- Drupal for Education and E/Learning
- Bill Fitzgerald
- 285字
- 2021-05-28 17:43:11
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
In this text, the URLs of specific administrative screens are formatted as follows: if your site is located at http://example.edu, the URL of your main administrative screen will be at http://example.edu/admin. In this text, we will just list that URL path as admin
—it is assumed that you are adding the URL of your site onto the paths given in this book.
A block of code will be set as follows:
<?php global $user; $instructor_role_id = 3; if ($user->uid == 0) { print l(t('You must log in to view this page'), 'user'); return; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
$loaded_user = user_load(array('uid' => $u->uid)); $links[] = l($loaded_user->name, 'bygroup/'. $loaded_user->uid .'/'. $gid) . $separator . $loaded_user->profile_last_name;
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen". Also, in many places, it is necessary to describe the location of a specific menu item. On these occasions, you will be presented with different methods to get where you need to go. For example, to get to the page to administer all content posted on your site, you need to click the Administer | Content management | Content menu link, or navigate to admin/content/node
.
- 3ds Max 2014標準教程(全視頻微課版)
- Hi!扁平化Photoshop扁平化用戶界面設計教程
- 3ds max & VRay產品造型設計經典
- Drupal Multimedia
- 好的PPT會說話:如何打造完美幻燈片
- 新編AutoCAD制圖快捷命令速查一冊通
- Implementing SugarCRM 5.x
- Oracle Fusion Middleware Patterns
- 7小時精通剪映:短視頻剪輯/調色/特效/字幕(手機版+電腦版)
- 零基礎攝影后期修圖 Photoshop照片處理輕松入門
- SharePoint Designer Tutorial: Working with SharePoint Websites
- 會聲會影X8 DV影片制作/編輯/刻盤實戰從入門到精通
- UG NX 9.0模具設計工廠實訓
- 新編中文版Photoshop平面設計入門與提高(第2版)
- Excel達人手冊:表格設計的重點、難點與疑點精講