adding templates that weren't checked in for the last release
This commit is contained in:
parent
44447f8315
commit
a88f50d08a
2 changed files with 194 additions and 0 deletions
79
docs/upgrades/templates-6.99.5/adminconsole.tmpl
Normal file
79
docs/upgrades/templates-6.99.5/adminconsole.tmpl
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
#PBtmpl0000000000000001
|
||||
|
||||
<div id="application_title">
|
||||
<tmpl_var application.title>
|
||||
</div>
|
||||
<div id="application_workarea">
|
||||
<tmpl_var application.workArea>
|
||||
</div>
|
||||
<div id="console_workarea">
|
||||
<div class="adminConsoleSpacer">
|
||||
 
|
||||
</div>
|
||||
<tmpl_loop application_loop>
|
||||
<tmpl_if canUse>
|
||||
<div class="adminConsoleApplication">
|
||||
<a href="<tmpl_var url>"><img src="<tmpl_var icon>" style="border-style:none;" title="<tmpl_var title>" alt="<tmpl_var title>" /></a><br />
|
||||
<a href="<tmpl_var url>"><tmpl_var title></a>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
</tmpl_loop>
|
||||
<div class="adminConsoleSpacer">
|
||||
 
|
||||
</div>
|
||||
</div>
|
||||
<div class="adminConsoleMenu">
|
||||
<div id="adminConsoleMainMenu" class="adminConsoleMainMenu">
|
||||
<div id="console_toggle_on">
|
||||
<a href="#" onclick="toggleAdminConsole()"><tmpl_var toggle.on.label></a><br />
|
||||
</div>
|
||||
<div id="console_toggle_off">
|
||||
<a href="#" onclick="toggleAdminConsole()"><tmpl_var toggle.off.label></a><br />
|
||||
</div>
|
||||
</div>
|
||||
<tmpl_if submenu_loop>
|
||||
<div id="adminConsoleApplicationSubmenu" class="adminConsoleApplicationSubmenu">
|
||||
<tmpl_loop submenu_loop>
|
||||
<a href="<tmpl_var url>" <tmpl_var extras>><tmpl_var label></a><br />
|
||||
</tmpl_loop>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
<tmpl_if versionTags>
|
||||
<div id="adminConsoleVersionTags" class="adminConsoleVersionTags">
|
||||
<tmpl_loop versionTags>
|
||||
<a href="<tmpl_var url>"><tmpl_var title></a><br />
|
||||
</tmpl_loop>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
<div id="adminConsoleUtilityMenu" class="adminConsoleUtilityMenu">
|
||||
<a href="<tmpl_var backtosite.url>"><tmpl_var backtosite.label></a><br />
|
||||
^AdminToggle;<br />
|
||||
^LoginToggle;<br />
|
||||
</div>
|
||||
</div>
|
||||
<div id="console_title">
|
||||
<tmpl_var console.title>
|
||||
</div>
|
||||
<div id="application_help">
|
||||
<tmpl_if help.url>
|
||||
<a href="<tmpl_var help.url>"><img src="^Extras(adminConsole/small/help.gif);" alt="?" style="border-style:none;" /></a>
|
||||
</tmpl_if>
|
||||
</div>
|
||||
<div id="application_icon">
|
||||
<img src="<tmpl_var application.icon>" style="border-style:none;" title="<tmpl_var application.title>" alt="<tmpl_var application.title>" />
|
||||
</div>
|
||||
<div class="adminConsoleTitleIconMedalian">
|
||||
<img src="^Extras(adminConsole/medalian.gif);" style="border-style:none;" alt="*" />
|
||||
</div>
|
||||
<div id="console_icon">
|
||||
<img src="<tmpl_var console.icon>" style="border-style:none;" title="<tmpl_var console.title>" alt="<tmpl_var console.title>" />
|
||||
</div>
|
||||
<script type="text/javascript" defer="defer">
|
||||
initAdminConsole(<tmpl_if application.title>true<tmpl_else>false</tmpl_if>,<tmpl_if submenu_loop>true<tmpl_else>false</tmpl_if>);
|
||||
</script>
|
||||
|
||||
~~~
|
||||
<link href="^Extras(adminConsole/adminConsole.css);" type="text/css" rel="stylesheet" />
|
||||
<script src="^Extras(adminConsole/adminConsole.js);" type="text/javascript"></script>
|
||||
|
||||
|
||||
115
docs/upgrades/templates-6.99.5/request_tracker_post_form.tmpl
Normal file
115
docs/upgrades/templates-6.99.5/request_tracker_post_form.tmpl
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
#PBtmpl0000000000000210
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if preview.title>
|
||||
<p><b><tmpl_var preview.title></b></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if preview.content>
|
||||
<p><tmpl_var preview.content></p>
|
||||
</tmpl_if>
|
||||
|
||||
<h2><tmpl_var message.header.label></h2>
|
||||
|
||||
<tmpl_var form.header>
|
||||
<table class="defaultPostForm">
|
||||
<tmpl_if isNewPost>
|
||||
<tmpl_if user.isVisitor>
|
||||
<tr>
|
||||
<td><tmpl_var visitorName.label></td>
|
||||
<td><tmpl_var visitorName.form></td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
<tr>
|
||||
<td><tmpl_var subject.label></td>
|
||||
<td><tmpl_var title.form></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tmpl_var severity.label></td>
|
||||
<td><select id="myCustomField1" name="userDefined1">
|
||||
<option value="<tmpl_var cosmetic.label>"><tmpl_var cosmetic.label></option>
|
||||
<option value="<tmpl_var minor.label>"><tmpl_var minor.label></option>
|
||||
<option value="<tmpl_var critical.label>"><tmpl_var critical.label></option>
|
||||
<option value="<tmpl_var fatal.label>"><tmpl_var fatal.label></option>
|
||||
</select>
|
||||
<script type="text/javascript">
|
||||
var value = '<tmpl_var name="userDefined1" escape="JS">';
|
||||
var field = document.getElementById("myCustomField1");
|
||||
for (var i = 0; i < field.options.length; i++) {
|
||||
if (field.options[i].value == value) {
|
||||
field.selectedIndex = i;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tmpl_var description.label></td>
|
||||
<td><tmpl_var content.form></td>
|
||||
</tr>
|
||||
<tmpl_if attachment.form>
|
||||
<tr>
|
||||
<td><tmpl_var attachment.label></td>
|
||||
<td><tmpl_var attachment.form></td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<tmpl_if karmaIsEnabled><tmpl_if isThread>
|
||||
<tr>
|
||||
<td><tmpl_var karmaScale.label></td>
|
||||
<td><tmpl_var karmaScale.form></td>
|
||||
</tr>
|
||||
</tmpl_if></tmpl_if>
|
||||
<tmpl_unless isThread>
|
||||
<tr>
|
||||
<td><tmpl_var close.label></td>
|
||||
<td><tmpl_var archive.form></td>
|
||||
</tr>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if isNewPost>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tr>
|
||||
<td><tmpl_var subscribe.label></td>
|
||||
<td><tmpl_var subscribe.form></td>
|
||||
</tr>
|
||||
</tmpl_unless>
|
||||
<tmpl_if isNewThread>
|
||||
<tmpl_if user.isModerator>
|
||||
<tr>
|
||||
<td><tmpl_var lock.label></td>
|
||||
<td><tmpl_var lock.form></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tmpl_var stick.label></td>
|
||||
<td><tmpl_var sticky.form></td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><tmpl_if usePreview><tmpl_var form.preview></tmpl_if><tmpl_var form.submit></td>
|
||||
</tr>
|
||||
</table>
|
||||
<tmpl_var form.footer>
|
||||
|
||||
<tmpl_if isReply>
|
||||
<p><b><tmpl_var reply.title></b></p>
|
||||
<tmpl_var reply.content>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
table.defaultPostForm td
|
||||
{
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue