本文整理汇总了PHP中link_to_docs函数的典型用法代码示例。如果您正苦于以下问题:PHP link_to_docs函数的具体用法?PHP link_to_docs怎么用?PHP link_to_docs使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了link_to_docs函数的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: p
?>
"/></span>
<span class="ldap_config_state_indicator"></span> <span class="ldap_config_state_indicator_sign"></span>
<button class="ldap_action_back invisible" name="ldap_action_back"
type="button">
<?php
p($l->t('Back'));
?>
</button>
<button class="ldap_action_continue" name="ldap_action_continue" type="button">
<?php
p($l->t('Continue'));
?>
</button>
<a href="<?php
p(link_to_docs('admin-ldap'));
?>
"
target="_blank" rel="noreferrer">
<img src="<?php
print_unescaped(image_path('', 'actions/info.png'));
?>
"
style="height:1.75ex" />
<span class="ldap_grey"><?php
p($l->t('Help'));
?>
</span>
</a>
</div>
示例2: p
<li><a target="_blank" href="<?php
p(link_to_docs('admin-config'));
?>
"><?php
p($l->t('Improving the config.php'));
?>
↗</a></li>
<li><a target="_blank" href="<?php
p(link_to_docs('developer-theming'));
?>
"><?php
p($l->t('Theming'));
?>
↗</a></li>
<li><a target="_blank" href="<?php
p(link_to_docs('admin-security'));
?>
"><?php
p($l->t('Hardening and security guidance'));
?>
↗</a></li>
</ul>
</div>
<div class="section">
<h2><?php
p($l->t('Version'));
?>
</h2>
<strong><?php
p($theme->getTitle());
示例3: print_unescaped
?>
">
<img class="appsmall svg" alt=""
src="<?php
print_unescaped(OCP\Util::imagePath('files', 'folder.svg'));
?>
" />
<?php
p($l->t('Access files via WebDAV'));
?>
</a>
<p class="footnote">
<?php
if ($_['edition'] === '') {
print_unescaped($l->t('There’s more information in the <a target="_blank" href="%s">documentation</a> and on our <a target="_blank" href="http://owncloud.org">website</a>.', array(link_to_docs('user_manual'))));
?>
<br>
<?php
print_unescaped($l->t('If you like ownCloud,
<a href="mailto:?subject=ownCloud
&body=ownCloud is a great open software to sync and share your files.
You can freely get it from http://owncloud.org">
recommend it to your friends</a>
and <a href="http://owncloud.org/promote"
target="_blank">spread the word</a>!'));
} else {
?>
© 2011-2015 <a href="https://owncloud.com" target="_blank">ownCloud Inc.</a>
<?php
}
示例4: p
</a>
</li>
<?php
}
?>
</ul>
<div id="app-settings">
<div id="app-settings-header">
<button class="settings-button" data-apps-slide-toggle="#app-settings-content">
<?php
p($l->t('Settings'));
?>
</button>
</div>
<div id="app-settings-content">
<label for="webdavurl"><?php
p($l->t('WebDAV'));
?>
</label>
<input id="webdavurl" type="text" readonly="readonly" value="<?php
p(\OCP\Util::linkToRemote('webdav'));
?>
" />
<em><?php
print_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));
?>
</em>
</div>
</div>
</div>
示例5: p
p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.'));
?>
</p>
</fieldset>
<?php
}
?>
<div class="buttons"><input type="submit" class="primary" value="<?php
p($l->t('Finish setup'));
?>
" data-finishing="<?php
p($l->t('Finishing …'));
?>
"></div>
<p class="info">
<span class="icon-info-white svg"></span>
<?php
p($l->t('Need help?'));
?>
<a target="_blank" rel="noreferrer" href="<?php
p(link_to_docs('admin-install'));
?>
"><?php
p($l->t('See the documentation'));
?>
↗</a>
</p>
</form>
示例6: p
}
?>
<?php
if (!$_['htaccessWorking']) {
?>
<fieldset class="warning">
<legend><strong><?php
p($l->t('Security Warning'));
?>
</strong></legend>
<p><?php
p($l->t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));
?>
<br>
<?php
print_unescaped($l->t('For information how to properly configure your server, please see the <a href="%s" target="_blank">documentation</a>.', link_to_docs('admin-install')));
?>
</p>
</fieldset>
<?php
}
?>
<fieldset id="adminaccount">
<legend><?php
print_unescaped($l->t('Create an <strong>admin account</strong>'));
?>
</legend>
<p class="grouptop">
<input type="text" name="adminlogin" id="adminlogin"
placeholder="<?php
p($l->t('Username'));
示例7: p
}
// is WebDAV working ?
if (!$_['isWebDavWorking']) {
?>
<div class="section">
<h2><?php
p($l->t('Setup Warning'));
?>
</h2>
<span class="securitywarning">
<?php
p($l->t('Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.'));
?>
<?php
print_unescaped($l->t('Please double check the <a href="%s">installation guides</a>.', link_to_docs('admin-install')));
?>
</span>
</div>
<?php
}
// Are doc blocks accessible?
if (!$_['isAnnotationsWorking']) {
?>
<div class="section">
<h2><?php
p($l->t('Setup Warning'));
?>
</h2>
示例8: p
<div class="update" data-productname="<?php
p($_['productName']);
?>
" data-version="<?php
p($_['version']);
?>
">
<div class="updateOverview">
<h2 class="title"><?php
p($l->t('Update needed'));
?>
</h2>
<div class="infogroup">
<?php
if ($_['tooBig']) {
p($l->t('Please use the command line updater because you have a big instance.'));
} else {
p($l->t('Please use the command line updater because automatic updating is disabled in the config.php.'));
}
?>
<br><br>
<?php
print_unescaped($l->t('For help, see the <a target="_blank" rel="noreferrer" href="%s">documentation</a>.', [link_to_docs('admin-cli-upgrade')]));
?>
<br><br>
</div>
</div>
</div>
示例9: p
/** @var OC_L10N $l */
/** @var array $_ */
?>
<div id="fileSharingSettings">
<h3><?php
p($l->t('Federated Cloud Sharing'));
?>
</h3>
<a target="_blank" class="icon-info svg"
title="<?php
p($l->t('Open documentation'));
?>
"
href="<?php
p(link_to_docs('admin-sharing-federated'));
?>
"></a>
<p>
<input type="checkbox" name="outgoing_server2server_share_enabled" id="outgoingServer2serverShareEnabled"
value="1" <?php
if ($_['outgoingServer2serverShareEnabled']) {
print_unescaped('checked="checked"');
}
?>
/>
<label for="outgoingServer2serverShareEnabled">
<?php
p($l->t('Allow users on this server to send shares to other servers'));
?>
示例10: p
<div class="ldapWizardControls">
<span class="ldap_config_state_indicator"></span> <span class="ldap_config_state_indicator_sign"></span>
<button class="ldap_action_back invisible" name="ldap_action_back"
type="button">
<?php
p($l->t('Back'));
?>
</button>
<button class="ldap_action_continue" name="ldap_action_continue" type="button">
<?php
p($l->t('Continue'));
?>
</button>
<a href="<?php
print_unescaped(link_to_docs('admin-ldap'));
?>
"
target="_blank">
<img src="<?php
print_unescaped(OCP\Util::imagePath('', 'actions/info.png'));
?>
"
style="height:1.75ex" />
<span class="ldap_grey"><?php
p($l->t('Help'));
?>
</span>
</a>
</div>
示例11: p
<?php
// SQLite database performance issue
if ($_['databaseOverload']) {
?>
<li>
<?php p($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?><br>
<?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?><br>
<?php print_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" href="%s">documentation ↗</a>.', link_to_docs('admin-db-conversion') )); ?>
</li>
<?php } ?>
<li><a target="_blank" href="<?php p(link_to_docs('admin-backup')); ?>"><?php p($l->t('How to do backups'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('admin-monitoring')); ?>"><?php p($l->t('Advanced monitoring'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('admin-performance')); ?>"><?php p($l->t('Performance tuning'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('admin-config')); ?>"><?php p($l->t('Improving the config.php'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('developer-theming')); ?>"><?php p($l->t('Theming'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('admin-security')); ?>"><?php p($l->t('Hardening and security guidance'));?> ↗</a></li>
</ul>
</div>
<div class="section" id="server-status">
<h2><?php p($l->t('Server Status'));?></h2>
<ul>
<li>
<?php if ($_['fileLockingEnabled']) {
p($l->t('Transactional File Locking is enabled.'));
} else {
p($l->t('Transactional File Locking is disabled.'));
} ?>
</li>
</ul>
</div>