- 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
.
- 軟件定義數(shù)據(jù)中心:技術(shù)與實(shí)踐
- 從零開(kāi)始:AutoCAD 2015中文版機(jī)械制圖基礎(chǔ)培訓(xùn)教程
- 圖像處理基礎(chǔ)教程(Photoshop CS5)(第2版)
- AutoCAD Civil 3D 2018 場(chǎng)地設(shè)計(jì)實(shí)例教程
- AutoCAD 2014 中文版從入門(mén)到精通
- IT Inventory and Resource Management with OCS Inventory NG 1.02
- 從零開(kāi)始:AutoCAD 2010中文版建筑制圖基礎(chǔ)培訓(xùn)教程(第2版)
- Visio圖形設(shè)計(jì)從新手到高手(兼容版)
- Photoshop 2024從入門(mén)到精通
- 3ds Max/VRay印象燈光/材質(zhì)/渲染技術(shù)精粹Ⅲ
- Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide
- Photoshop攝影后期必修5項(xiàng)核心技法 基本調(diào)整+光影校正+色彩修飾+局部處理+銳化降噪
- Plone 3 Theming
- 中文版3ds Max 2014基礎(chǔ)培訓(xùn)教程
- 中文版CATIA V5 技術(shù)大全