Made more slight modifications to all collaboration system templates, and incorporated the new design for EMS
This commit is contained in:
parent
6948055caf
commit
8d93d6bf2b
16 changed files with 2832 additions and 0 deletions
907
docs/upgrades/templates-6.99.3/default-ems-search-template.tmpl
Normal file
907
docs/upgrades/templates-6.99.3/default-ems-search-template.tmpl
Normal file
|
|
@ -0,0 +1,907 @@
|
|||
#EventManagerTmpl000006
|
||||
<div><a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a></div>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p><br /><br />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if badgeSelected>
|
||||
<table border="0" cellpadding="5" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td style="width:50%;" valign="top">
|
||||
<div class="badge">
|
||||
<tmpl_loop badgeHolderInfo_loop>
|
||||
<h2><tmpl_var mainEventTitle><br /><tmpl_var firstName> <tmpl_var lastName></h2>
|
||||
|
||||
<!-- USER DATA -->
|
||||
<div class="badgeContent" style="background-color:#E5E5E5;">
|
||||
<table cellpadding="1" cellspacing="3" width="100%" class="userData">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:65px;"> Address</td>
|
||||
<td class="data"> <tmpl_var address></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> City</td>
|
||||
<td class="data"> <tmpl_var city></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> State</td>
|
||||
<td class="data"> <tmpl_var state></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> ZIP</td>
|
||||
<td class="data"> <tmpl_var zipCode></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Phone</td>
|
||||
<td class="data"> <tmpl_var phone></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Country</td>
|
||||
<td class="data"> <tmpl_var country></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</tmpl_loop>
|
||||
</div>
|
||||
<!-- END USER DATA -->
|
||||
|
||||
<!-- BADGE EVENT -->
|
||||
<tmpl_loop eventsInBadge_loop>
|
||||
<div class="badgeContent">
|
||||
<table cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td style="width:43%;text-align:left;"><tmpl_var title></td>
|
||||
<td style="width:42%;text-align:right;">^D("%W %Z",<tmpl_var startDate>);</td>
|
||||
<td style="width:15%;text-align:right;"><tmpl_if removeEventFromBadge.url><a href="<tmpl_var removeEventFromBadge.url>">Remove</a></tmpl_if></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</tmpl_loop>
|
||||
<!-- END BADGE EVENT -->
|
||||
|
||||
|
||||
<!-- BADGE FOOTER -->
|
||||
<div class="badgeFooter">
|
||||
<table cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:50%;"><a href="<tmpl_var resetScratchCartUrl>" style="float:left;">Start Over</a></td>
|
||||
<td style="width:50%;"><a href="<tmpl_var continue.url>" style="float:right;">Add Contents to Cart</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- END BADGE FOOTER -->
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:50%;" valign="top">
|
||||
<tmpl_if cart.purchaseLoop>
|
||||
<div class="cart">
|
||||
<h2>Shopping Cart</h2>
|
||||
<tmpl_loop cart.purchaseLoop>
|
||||
<div class="cartContent">
|
||||
<tmpl_var deleteIcon><tmpl_var editIcon> <tmpl_var purchase.mainEventTitle> <br />
|
||||
<tmpl_loop registrantInfoLoop>
|
||||
Name: <tmpl_var firstName> <tmpl_var lastName>
|
||||
</tmpl_loop>
|
||||
<br />Additional Price: $<tmpl_var newPrice>
|
||||
</div>
|
||||
</tmpl_loop>
|
||||
<!-- OEOS -->
|
||||
<div style="text-align:right;margin:0px;">
|
||||
<a href="/oeos?func=emptyCart">Empty Cart</a> • <a href="/oeos?func=checkout">Checkout</a>
|
||||
</div>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
<br />
|
||||
<div class="eventSearch">
|
||||
<h2>Search Instructions</h2>
|
||||
|
||||
<span style="font-style: italic; font-weight: bold">Basic Search</span> - This is the events search screen. There is a basic search box which allows you to search by event number, event title, and event description.<br /><br />
|
||||
|
||||
<span style="font-style: italic; font-weight: bold">Advanced Search</span> - Click on <span style="color: blue">Advanced Search</span> and you will see a pull-down list appear in the search area. Select which event characteristic you would like to search by and then in the next drop-down box specify what type of search to do (equals, contains, is not, not like, starts with, ends with). Most searches will likely be "<span style="font-style: italic;">contains</span>."
|
||||
</div>
|
||||
<br />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="eventSearch">
|
||||
<h2>Search</h2>
|
||||
|
||||
<script type="text/javascript" src="<tmpl_var ems.wobject.dir>/script/dynamicForms.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
function popUp(URL) {
|
||||
day = new Date();
|
||||
id = day.getTime();
|
||||
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500')");
|
||||
}
|
||||
|
||||
<tmpl_var search.filters.options>
|
||||
var advanced = 0;
|
||||
var filterCount = 0;
|
||||
|
||||
function setSelectValue(selObj,newValue) {
|
||||
for (var i=0; i<selObj.options.length; i++) {
|
||||
selObj.options[i].selected = (selObj.options[i].value==newValue)?true:false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function toggleTitle(obj) {
|
||||
if (obj.checked) {
|
||||
document.getElementById('cs_search_title_td').style.display='inline';
|
||||
} else {
|
||||
document.getElementById('cs_search_title_td').style.display='none';
|
||||
}
|
||||
}
|
||||
|
||||
function openWin (url, name, param) {
|
||||
var newwin = window.open(url, name, param);
|
||||
newwin.focus();
|
||||
}
|
||||
|
||||
function buildFilterList() {
|
||||
return "Custom Filter";
|
||||
}
|
||||
|
||||
function stripDelim(value,delim) {
|
||||
value = value.replace(/delim/g,"");
|
||||
return value;
|
||||
}
|
||||
|
||||
function unset(array, valueToUnset){
|
||||
var output=new Array(0);
|
||||
for(var i in array){
|
||||
if(i==valueToUnset){continue;}
|
||||
output[i]=array[i];
|
||||
}
|
||||
return output;
|
||||
}
|
||||
</script>
|
||||
<div id="basicSearch">
|
||||
<tmpl_var advSearch.formHeader>
|
||||
<table width="100%" border="0" cellpadding="1" style="border-bottom:double gray 5px;border-top:solid gray 1px;margin-bottom:5px;margin-top:5px;">
|
||||
<tbody id="filterbody">
|
||||
<tr>
|
||||
<td style="font-weight:bold;width:80px;">Search Events:</td>
|
||||
<td><input name="searchKeywords" /></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td align="left" valign="top"><a href="javascript:void(addField())">Advanced Search</a></td>
|
||||
<td align="right"><input type="submit" name="filter" id="filter_formId" value="Display Results" onclick="this.value='Please wait...'" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- <tmpl_var search.formSubmit> -->
|
||||
<tmpl_var search.formFooter>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<tmpl_var sortForm.header>
|
||||
<div class="EMS_searchFilter">
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width:150px;text-align:left;"><i>Your search returned <tmpl_var numberOfSearchResults> results.</i></td>
|
||||
<td>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><tmpl_var sortForm.selectBox.label></td>
|
||||
<td><tmpl_var sortForm.selectBox></td>
|
||||
<td><tmpl_var sortForm.submit></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<div style="align: center;">
|
||||
<tmpl_var pagination.firstPage> <tmpl_var pagination.previousPage> <tmpl_var pagination.pageList.upTo20> <tmpl_var pagination.nextPage> <tmpl_var pagination.lastPage> of <tmpl_var pagination.pageCount>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<tmpl_var sortForm.footer>
|
||||
|
||||
<div class="eventList">
|
||||
<h2>Available Events</h2>
|
||||
|
||||
<!-- EVENT -->
|
||||
<table cellpadding="2" cellspacing="0" border="0" class="event">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Event<br />Number</th>
|
||||
<th>Event<br />Name</th>
|
||||
<th>Start<br />Date</th>
|
||||
<th>End<br />Date</th>
|
||||
<th>Seats Left/<br />Available</th>
|
||||
<th>Price</th>
|
||||
<th>Add to Badge</th>
|
||||
</tr>
|
||||
<tmpl_loop events_loop>
|
||||
<tr>
|
||||
<td style="width:9%;white-space:nowrap" class="left">
|
||||
<tmpl_if canManageEvents><tmpl_var manageToolbar>
|
||||
<tmpl_unless eventIsApproved><span style="color:red;font-size:9pt;font-weight:bold;">• Not Approved</span><tmpl_else><span style="color:red;font-size:9pt;font-weight:bold;">• Approved</span></tmpl_unless></tmpl_if>
|
||||
</td>
|
||||
<td style="width:25%;"><tmpl_var title></td>
|
||||
<td style="width:14%;">^D("%W %Z",<tmpl_var startDate>);</td>
|
||||
<td style="width:14%;">^D("%W %Z",<tmpl_var endDate>);</td>
|
||||
<td style="width:14%;"><tmpl_var seatsRemaining>/<tmpl_var maximumAttendees></td>
|
||||
<td style="width:10%;"><tmpl_var price></td>
|
||||
<td style="width:14%;" class="right">
|
||||
<tmpl_unless eventIsFull>
|
||||
<a href="<tmpl_var purchase.url>"><tmpl_var purchase.label></a>
|
||||
<tmpl_else>
|
||||
<tmpl_var purchase.label>
|
||||
</tmpl_unless>
|
||||
</td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- END EVENT -->
|
||||
</div>
|
||||
<div class="EMS_searchFilter" style="height:23px;">
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<div style="align: center;">
|
||||
<tmpl_var pagination.firstPage> <tmpl_var pagination.previousPage> <tmpl_var pagination.pageList.upTo20> <tmpl_var pagination.nextPage> <tmpl_var pagination.lastPage> of <tmpl_var pagination.pageCount>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<tmpl_else>
|
||||
<!-- BEGIN UGLY CODE -->
|
||||
<ul>
|
||||
<tmpl_if canManageEvents>
|
||||
<li><a href="<tmpl_var addEvent.url>"><tmpl_var addEvent.label></a></li>
|
||||
<li><a href="^PageUrl;?func=manageRegistrants">Manage Registrants (Event Directors and Staff)</a></li>
|
||||
<li><a href="^PageUrl;?func=search">Manage Events (Event Directors and Staff)</a></li></tmpl_if>
|
||||
<tmpl_unless badgeSelected>
|
||||
<li><a href="^PageUrl;?func=view">Return To Badge List to begin a badge purchase</a></li></tmpl_unless>
|
||||
</ul>
|
||||
|
||||
<tmpl_if badgeSelected>
|
||||
<div><a href="<tmpl_var resetScratchCartUrl>">Click Here to add events to a badge you've already purchased, or to select a different badge. (Start Over)</a></div><br /><br />
|
||||
<div><span class="StepLabel">Step 2: </span><h2> Add Events to your Badge</h2></div>
|
||||
<tmpl_else>
|
||||
<div><span class="StepLabel">Browse Events: </span> You have not selected a Badge. You cannot add events to your cart until you select a badge.</div>
|
||||
</tmpl_if>
|
||||
<tmpl_var calendarJS>
|
||||
<tmpl_unless noSearchDialog>
|
||||
<script type="text/javascript" src="<tmpl_var ems.wobject.dir>/script/dynamicForms.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
function popUp(URL) {
|
||||
day = new Date();
|
||||
id = day.getTime();
|
||||
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500')");
|
||||
}
|
||||
|
||||
<tmpl_var search.filters.options>
|
||||
var advanced = 0;
|
||||
var filterCount = 0;
|
||||
|
||||
function setSelectValue(selObj,newValue) {
|
||||
for (var i=0; i<selObj.options.length; i++) {
|
||||
selObj.options[i].selected = (selObj.options[i].value==newValue)?true:false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function toggleTitle(obj) {
|
||||
if (obj.checked) {
|
||||
document.getElementById('cs_search_title_td').style.display='inline';
|
||||
} else {
|
||||
document.getElementById('cs_search_title_td').style.display='none';
|
||||
}
|
||||
}
|
||||
|
||||
function openWin (url, name, param) {
|
||||
var newwin = window.open(url, name, param);
|
||||
newwin.focus();
|
||||
}
|
||||
|
||||
function buildFilterList() {
|
||||
return "Custom Filter";
|
||||
}
|
||||
|
||||
function stripDelim(value,delim) {
|
||||
value = value.replace(/delim/g,"");
|
||||
return value;
|
||||
}
|
||||
|
||||
function unset(array, valueToUnset){
|
||||
var output=new Array(0);
|
||||
for(var i in array){
|
||||
if(i==valueToUnset){continue;}
|
||||
output[i]=array[i];
|
||||
}
|
||||
return output;
|
||||
}
|
||||
</script>
|
||||
|
||||
<div id="basicSearch">
|
||||
<tmpl_var advSearch.formHeader>
|
||||
<h2>How to Use the Events Search</h2>
|
||||
<p><span style="font-style: italic; font-weight: bold">Basic Search</span> - This is the events search screen. There is a basic search box which allows you to search by event number, event title, and event description.
|
||||
|
||||
<p><span style="font-style: italic; font-weight: bold">Advanced Search</span> - Click on <span style="color: blue">Advanced Search</span> and you will see a pull-down list appear in the search area. Select which event characteristic you would like to search by and then in the next drop-down box specify what type of search to do (equals, contains, is not, not like, starts with, ends with). Most searches will likely be "<span style="font-style: italic;">contains</span>."
|
||||
<p><a href="javascript:popUp('https://events.originsgames.com/home/more-tips')">More tips...</a></p>
|
||||
<table width="100%" border="0" cellpadding="1" style="border-bottom:double gray 5px;border-top:solid gray 1px;margin-bottom:5px;margin-top:5px;">
|
||||
<tbody id="filterbody">
|
||||
<tr>
|
||||
<td style="font-weight:bold;width:80px">Search Events:</td>
|
||||
<td><input name="searchKeywords" /></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td align="left" valign="top"><a href="javascript:void(addField())">Search By...</a></td>
|
||||
<td align="right"><input type="submit" name="filter" id="filter_formId" value="Display Search Results" onclick="this.value='Please wait...'" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- <tmpl_var search.formSubmit> -->
|
||||
<tmpl_var search.formFooter>
|
||||
</div>
|
||||
</tmpl_unless><!-- noSearchDialog -->
|
||||
<br /><br />
|
||||
<tmpl_if badgeSelected>
|
||||
<tmpl_if continue.url><table><tr><td align="right"><span class="StepLabel">Go to Step 3:</span><a href="<tmpl_var continue.url>">Add Badge and Events to Cart</a></td></tr><tr><td align="right"><span class="StepLabel">Go to Step 3:</span><a href="<tmpl_var checkoutNow.url>">Add Badge and Events to Cart and Checkout</a></td></tr></table></tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<p><tmpl_var message></p>
|
||||
<tmpl_if badgeSelected>
|
||||
<p>Of the events you may add to this badge, your search returned <tmpl_var numberOfSearchResults> results.</p>
|
||||
<tmpl_else>
|
||||
<p>Your search returned <tmpl_var numberOfSearchResults> results.</p>
|
||||
</tmpl_if>
|
||||
|
||||
<p><tmpl_var addToBadgeMessage></p>
|
||||
<div style="text-align: center;"><tmpl_var pagination.firstPage> <tmpl_var pagination.previousPage> <tmpl_var pagination.pageList.upTo20> <tmpl_var pagination.nextPage> <tmpl_var pagination.lastPage> of <tmpl_var pagination.pageCount></div><br />
|
||||
|
||||
<!-- Sort Form -->
|
||||
<div style='align: right;'>
|
||||
<tmpl_var sortForm.header>
|
||||
<tmpl_var sortForm.selectBox.label>
|
||||
<tmpl_var sortForm.selectBox>
|
||||
<tmpl_var sortForm.submit>
|
||||
<tmpl_var sortForm.footer>
|
||||
</div>
|
||||
|
||||
<table width="100%" border="0" cellpadding="8" cellspacing="0" style="border-top:solid gray 2px;border-bottom:solid gray 2px;">
|
||||
<tr>
|
||||
<th>Event #</th>
|
||||
<th><tmpl_var name.label></th>
|
||||
<th><tmpl_var starts.label></th>
|
||||
<th><tmpl_var ends.label></th>
|
||||
<th>Seats<br />(Available/Max)</th>
|
||||
<th><tmpl_var price.label></th>
|
||||
<tmpl_if badgeSelected>
|
||||
<th>Add to Cart</th></tmpl_if>
|
||||
</tr>
|
||||
<tmpl_loop events_loop>
|
||||
<tr<tmpl_unless __ODD__> class="oddRow"<tmpl_else> class="evenRow"</tmpl_unless>>
|
||||
|
||||
<td style="white-space:nowrap;">
|
||||
<tmpl_if canManageEvents><tmpl_var manageToolbar>
|
||||
<tmpl_unless eventIsApproved>^AssetProxy(media/icons/icon-pending.png);<tmpl_else>^AssetProxy(media/icons/icon-approved.png);</tmpl_unless></tmpl_if> <tmpl_var sku>
|
||||
</td><td><A HREF="javascript:popUp('https://events.originsgames.com/home/event-detail?pid=<tmpl_var productId>')"><tmpl_var title></a>
|
||||
</td><td>^D("%W %Z",<tmpl_var startDate>);
|
||||
</td><td>^D("%W %Z",<tmpl_var endDate>);
|
||||
</td><td style="text-align: center;"><tmpl_var seatsRemaining>/<tmpl_var maximumAttendees>
|
||||
</td><td><tmpl_var price>
|
||||
</td><tmpl_if badgeSelected>
|
||||
<td style="text-align: center;">
|
||||
<tmpl_if canManageEvents>
|
||||
<a href="<tmpl_var purchase.url>">^AssetProxy(media/icons/icon-cart_available.png);</a><br />
|
||||
<tmpl_else>
|
||||
<tmpl_unless eventIsFull>
|
||||
<a href="<tmpl_var purchase.url>">^AssetProxy(media/icons/icon-cart_available.png);</a><br />
|
||||
<tmpl_else>
|
||||
^AssetProxy(media/icons/icon-sold_out.png);<br />
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
</td>
|
||||
</tmpl_if></tr>
|
||||
</tmpl_loop>
|
||||
|
||||
</table>
|
||||
|
||||
<div style="text-align: center;"><tmpl_var pagination.firstPage> <tmpl_var pagination.previousPage> <tmpl_var pagination.pageList.upTo20> <tmpl_var pagination.nextPage> <tmpl_var pagination.lastPage> of <tmpl_var pagination.pageCount></div>
|
||||
|
||||
<!-- END UGLY CODE -->
|
||||
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
|
||||
tr.oddRow td {
|
||||
background-color:#DADADA;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
tr.evenRow td {
|
||||
background-color:#E8E8E8;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
.manageEvents {
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.datacardtitle {
|
||||
background: #3D5690;
|
||||
color: white;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.leftnav{
|
||||
padding: 1px 1px 1px 1px;
|
||||
background: white;
|
||||
color: black;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
border: 2px #3D5690 ridge;
|
||||
}
|
||||
.leftnavon{
|
||||
padding: 1px 1px 1px 1px;
|
||||
background: yellow;
|
||||
color: black;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
border: 2px #3D5690 ridge;
|
||||
}
|
||||
.calendartitle {
|
||||
background: #3D5690;
|
||||
color: white;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
}
|
||||
.filter-select {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 105px;
|
||||
}
|
||||
.compare-select {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 76px;
|
||||
}
|
||||
.filter-text {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 114px;
|
||||
}
|
||||
.smLink {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.StepLabel { font-family: Tahoma; font-size: 14pt; letter-spacing: 2pt; color: #234E9C;
|
||||
font-weight: bold }
|
||||
|
||||
/* BADGE CSS */
|
||||
.badge {
|
||||
width:92%;
|
||||
background-color:#F0F0F0;
|
||||
-moz-border-radius:15px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.badge h2 {
|
||||
width:100%;
|
||||
font-size:12.5pt;
|
||||
background-color:#E2E2E2;
|
||||
text-align:center;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
color:gray;
|
||||
}
|
||||
.badgeContent {
|
||||
width:100%;
|
||||
background-color:#F4F4F4;
|
||||
margin:0px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.badgeContent a {
|
||||
background-color:#CF1D1D;
|
||||
padding:5px;
|
||||
color:white;
|
||||
border:solid #9C1616 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:40px;
|
||||
font-size:7pt;
|
||||
float:right;
|
||||
margin-left:10px;
|
||||
}
|
||||
.badgeContent a:hover {
|
||||
background-color:#9C1616;
|
||||
color:#CF1D1D;
|
||||
color:white;
|
||||
}
|
||||
.badgeFooter {
|
||||
width:100%;
|
||||
background-color:#E2E2E2;
|
||||
-moz-border-radius-bottomLeft:15px;
|
||||
-moz-border-radius-bottomRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
text-align:center;
|
||||
}
|
||||
.badgeFooter a {
|
||||
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
}
|
||||
.badgeFooter a:hover {
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
.userData td {
|
||||
background-color:#E2E2E2;
|
||||
font-size:7pt;
|
||||
-moz-border-radius:15px;
|
||||
border:solid #F4F4F4 1px;
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
.userData td.data {
|
||||
background-color:#F4F4F4;
|
||||
border:solid #E2E2E2 1px;
|
||||
font-weight:normal;
|
||||
}
|
||||
/* END OF BADGE CSS */
|
||||
|
||||
|
||||
|
||||
/* EVENT LIST CSS */
|
||||
.eventList, .eventSearch {
|
||||
width:95%;
|
||||
border:solid #F0F0F0 1px;
|
||||
padding:2px;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.eventList h2, .eventSearch h2 {
|
||||
margin:0px;
|
||||
width:100%;
|
||||
font-family:verdana;
|
||||
text-align:center;
|
||||
font-size:11pt;
|
||||
background-color: #F0F0F0;
|
||||
color:gray;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
.eventList {
|
||||
width:98%;
|
||||
border:solid #E0E0E0 1px;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
/*background-color:#F4F4F4;*/
|
||||
margin-top:2px;
|
||||
-moz-box-sizing:border-box;
|
||||
padding-bottom:25px;
|
||||
-moz-border-radius-bottomLeft:15px;
|
||||
-moz-border-radius-bottomRight:15px;
|
||||
}
|
||||
.event {
|
||||
width:100%;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
background-color:#F4F4F4;
|
||||
margin-top:2px;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
.event td {
|
||||
border-top:solid #E0E0E0 1px;
|
||||
border-bottom:solid #E0E0E0 1px;
|
||||
text-align:center;
|
||||
}
|
||||
.event th {
|
||||
font-size:8pt;
|
||||
text-align:center;
|
||||
background:white;
|
||||
}
|
||||
.event td.left {
|
||||
border-left:solid #E0E0E0 1px;
|
||||
}
|
||||
.event td.right {
|
||||
border-right:solid #E0E0E0 1px;
|
||||
}
|
||||
.event td.empty {
|
||||
background-color:white;
|
||||
border-style:none;
|
||||
font-size:1px;
|
||||
}
|
||||
.event a {
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:80%;
|
||||
}
|
||||
.event a:hover {
|
||||
border: solid #E2E2E2 1px;
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
/* END EVENT LIST CSS */
|
||||
|
||||
|
||||
/* INSTRUCTIONS */
|
||||
.instructions {
|
||||
width:95%;
|
||||
border:solid #F0F0F0 1px;
|
||||
padding:5px;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
/* END INSTRUCTIONS */
|
||||
|
||||
|
||||
/* SEARCH */
|
||||
.eventSearch form {
|
||||
margin:0px;
|
||||
}
|
||||
.eventSearch .searchBtn {
|
||||
background-color:#E2E2E2;
|
||||
color:gray;
|
||||
padding-top:1px;
|
||||
padding-bottom:1px;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
.searchBtn:hover {
|
||||
border: solid #E2E2E2 1px;
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
.advSearch input, .advSearch select{
|
||||
font-size:8pt;
|
||||
}
|
||||
.advSearch .button {
|
||||
background-color:#CF1D1D;
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
color:white;
|
||||
border:solid #9C1616 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:30px;
|
||||
font-size:10pt;
|
||||
margin-left:10px;
|
||||
height:100%;
|
||||
}
|
||||
.advSearch .button:hover {
|
||||
background-color:#9C1616;
|
||||
color:#CF1D1D;
|
||||
color:white;
|
||||
}
|
||||
.advSearch .compare-select {
|
||||
width:75px;
|
||||
}
|
||||
.advSearch .filter-text {
|
||||
width:98%;
|
||||
}
|
||||
* html .advSearch .filter-text {
|
||||
width:97%;
|
||||
}
|
||||
.advSearch tr.border td {
|
||||
font-size:1pt;
|
||||
background-color:#CFCFCF;
|
||||
}
|
||||
/* END SEARCH */
|
||||
/* cart CSS */
|
||||
.cart {
|
||||
width:95%;
|
||||
background-color:#F0F0F0;
|
||||
-moz-border-radius:15px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.cart h2 {
|
||||
width:100%;
|
||||
font-size:12.5pt;
|
||||
background-color:#E2E2E2;
|
||||
text-align:center;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
-moz-box-sizing:border-box;
|
||||
color:gray;
|
||||
}
|
||||
.cartContent {
|
||||
width:100%;
|
||||
background-color:#F4F4F4;
|
||||
margin:0px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.cartContent a {
|
||||
background-color:#CF1D1D;
|
||||
padding:5px;
|
||||
color:white;
|
||||
border:solid #9C1616 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:40px;
|
||||
font-size:7pt;
|
||||
float:right;
|
||||
margin-left:10px;
|
||||
}
|
||||
.cartContent a:hover {
|
||||
background-color:#9C1616;
|
||||
color:#CF1D1D;
|
||||
color:white;
|
||||
}
|
||||
.cartFooter {
|
||||
width:100%;
|
||||
background-color:#E2E2E2;
|
||||
-moz-border-radius-bottomLeft:15px;
|
||||
-moz-border-radius-bottomRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
text-align:center;
|
||||
}
|
||||
.cartFooter a {
|
||||
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
}
|
||||
.cartFooter a:hover {
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
/* END OF cart CSS */
|
||||
|
||||
/* SEARCH FILTER (Sort By)*/
|
||||
.EMS_searchFilter {
|
||||
width:98%;
|
||||
border:solid #E0E0E0 1px;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
margin-top:2px;
|
||||
-moz-box-sizing:border-box;
|
||||
background-color:#E2E2E2;
|
||||
-moz-border-radius:15px;
|
||||
color:#808080;
|
||||
height:58px;
|
||||
}
|
||||
.EMS_searchFilter table {
|
||||
float:right;
|
||||
margin-right:5px;
|
||||
}
|
||||
.EMS_searchFilter td, .EMS_searchFilter select {
|
||||
font-size:8pt;
|
||||
}
|
||||
.EMS_searchFilter input {
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
}
|
||||
.EMS_searchFilter input:hover {
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
/* END SEARCH FILTER */
|
||||
</style>
|
||||
|
||||
<link href="^Extras;/calendar/calendar-win2k-1.css" rel="stylesheet" type="text/css" />
|
||||
455
docs/upgrades/templates-6.99.3/default-ems-template-event.tmpl
Normal file
455
docs/upgrades/templates-6.99.3/default-ems-template-event.tmpl
Normal file
|
|
@ -0,0 +1,455 @@
|
|||
#EventManagerTmpl000002
|
||||
<div class="badge" style="width:100%">
|
||||
<table cellpadding="3" cellspacing="0" style="width:100%">
|
||||
<tr>
|
||||
<td class="description" valign="top">
|
||||
<h2 class="title"><tmpl_var title></h2>
|
||||
<tmpl_var description>
|
||||
</td>
|
||||
<td rowspan="2" style="width:115px;align:center;" valign="top">
|
||||
<h2 class="price"><tmpl_var price></h2>
|
||||
|
||||
<a href="<tmpl_var title.url>">Search Eligible Events</a><br />
|
||||
<tmpl_if canManageEvents>
|
||||
<a title="Begin a Badge Purchase" style="cursor:pointer;" href="<tmpl_var purchase.url>">ADMIN Purchase</a>
|
||||
<tmpl_else>
|
||||
<tmpl_unless eventIsFull>
|
||||
<a title="Begin a Badge Purchase" style="cursor:pointer;" href="<tmpl_var purchase.url>">Purchase</a>
|
||||
<tmpl_else>
|
||||
<br />
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
|
||||
tr.oddRow td {
|
||||
background-color:#DADADA;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
tr.evenRow td {
|
||||
background-color:#E8E8E8;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
.manageEvents {
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.datacardtitle {
|
||||
background: #3D5690;
|
||||
color: white;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.leftnav{
|
||||
padding: 1px 1px 1px 1px;
|
||||
background: white;
|
||||
color: black;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
border: 2px #3D5690 ridge;
|
||||
}
|
||||
.leftnavon{
|
||||
padding: 1px 1px 1px 1px;
|
||||
background: yellow;
|
||||
color: black;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
border: 2px #3D5690 ridge;
|
||||
}
|
||||
.calendartitle {
|
||||
background: #3D5690;
|
||||
color: white;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
}
|
||||
.filter-select {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 105px;
|
||||
}
|
||||
.compare-select {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 76px;
|
||||
}
|
||||
.filter-text {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 114px;
|
||||
}
|
||||
.smLink {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.StepLabel { font-family: Tahoma; font-size: 14pt; letter-spacing: 2pt; color: #234E9C;
|
||||
font-weight: bold }
|
||||
|
||||
/* BADGE CSS */
|
||||
.badge {
|
||||
width:92%;
|
||||
background-color:#F0F0F0;
|
||||
-moz-border-radius:15px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.badge h2.title {
|
||||
font-size:12.5pt;
|
||||
background-color:#E2E2E2;
|
||||
text-align:center;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
color:gray;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
.badge h2.price {
|
||||
font-size:12.5pt;
|
||||
text-align:center;
|
||||
-moz-border-radius-topRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E2E2E2 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
color:gray;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
.badgeContent {
|
||||
background-color:#F4F4F4;
|
||||
margin:0px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.badgeContent a, .badge a {
|
||||
width:100px;
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid silver 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
font-size:7pt;
|
||||
margin-left:10px;
|
||||
}
|
||||
.badgeContent a:hover, .badge a:hover {
|
||||
background-color:#F0F0F0;
|
||||
border-color:#E2E2E2;
|
||||
}
|
||||
.badgeFooter {
|
||||
width:100%;
|
||||
background-color:#E2E2E2;
|
||||
-moz-border-radius-bottomLeft:15px;
|
||||
-moz-border-radius-bottomRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
text-align:center;
|
||||
}
|
||||
.badgeFooter a {
|
||||
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
}
|
||||
.badgeFooter a:hover {
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
.userData td {
|
||||
background-color:#E2E2E2;
|
||||
font-size:7pt;
|
||||
-moz-border-radius:15px;
|
||||
border:solid #F4F4F4 1px;
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
.userData td.data {
|
||||
background-color:#F4F4F4;
|
||||
border:solid #E2E2E2 1px;
|
||||
font-weight:normal;
|
||||
}
|
||||
/* END OF BADGE CSS */
|
||||
|
||||
|
||||
|
||||
/* EVENT LIST CSS */
|
||||
.eventList, .eventSearch {
|
||||
border:solid #F0F0F0 1px;
|
||||
padding:2px;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.eventList h2, .eventSearch h2 {
|
||||
margin:0px;
|
||||
font-family:verdana;
|
||||
text-align:center;
|
||||
font-size:12pt;
|
||||
background-color: #F0F0F0;
|
||||
color:black;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.eventList {
|
||||
width:98%;
|
||||
border:solid #E0E0E0 1px;
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
/*background-color:#F4F4F4;*/
|
||||
margin-top:2px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.event {
|
||||
font-size:9pt;
|
||||
font-family:verdana;
|
||||
background-color:#F4F4F4;
|
||||
margin-top:2px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.event td {
|
||||
border-top:solid #E0E0E0 1px;
|
||||
border-bottom:solid #E0E0E0 1px;
|
||||
text-align:center;
|
||||
}
|
||||
.event th {
|
||||
font-size:8pt;
|
||||
text-align:center;
|
||||
background:white;
|
||||
}
|
||||
.event td.left {
|
||||
border-left:solid #E0E0E0 1px;
|
||||
}
|
||||
.event td.right {
|
||||
border-right:solid #E0E0E0 1px;
|
||||
}
|
||||
.event td.empty {
|
||||
background-color:white;
|
||||
border-style:none;
|
||||
font-size:1px;
|
||||
}
|
||||
.event a {
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:80%;
|
||||
}
|
||||
.event a:hover {
|
||||
border: solid #E2E2E2 1px;
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
/* END EVENT LIST CSS */
|
||||
|
||||
|
||||
/* INSTRUCTIONS */
|
||||
.instructions {
|
||||
width:95%;
|
||||
border:solid #F0F0F0 1px;
|
||||
padding:5px;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
/* END INSTRUCTIONS */
|
||||
|
||||
|
||||
/* SEARCH */
|
||||
.eventSearch form {
|
||||
margin:0px;
|
||||
}
|
||||
.eventSearch .searchBtn {
|
||||
background-color:#E2E2E2;
|
||||
color:gray;
|
||||
padding-top:1px;
|
||||
padding-bottom:1px;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
.searchBtn:hover {
|
||||
border: solid #E2E2E2 1px;
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
.advSearch input, .advSearch select{
|
||||
font-size:8pt;
|
||||
}
|
||||
.advSearch .button {
|
||||
background-color:#CF1D1D;
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
color:white;
|
||||
border:solid #9C1616 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:30px;
|
||||
font-size:10pt;
|
||||
margin-left:10px;
|
||||
height:100%;
|
||||
}
|
||||
.advSearch .button:hover {
|
||||
background-color:#9C1616;
|
||||
color:#CF1D1D;
|
||||
color:white;
|
||||
}
|
||||
.advSearch .compare-select {
|
||||
width:75px;
|
||||
}
|
||||
.advSearch .filter-text {
|
||||
width:98%;
|
||||
}
|
||||
* html .advSearch .filter-text {
|
||||
width:97%;
|
||||
}
|
||||
.advSearch tr.border td {
|
||||
font-size:1pt;
|
||||
background-color:#CFCFCF;
|
||||
}
|
||||
/* END SEARCH */
|
||||
/* cart CSS */
|
||||
.cart {
|
||||
width:92%;
|
||||
background-color:#F0F0F0;
|
||||
-moz-border-radius:15px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.cart h2 {
|
||||
width:100%;
|
||||
font-size:12.5pt;
|
||||
background-color:#E2E2E2;
|
||||
text-align:center;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
color:gray;
|
||||
}
|
||||
.cartContent {
|
||||
width:100%;
|
||||
background-color:#F4F4F4;
|
||||
margin:0px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.cartContent a {
|
||||
background-color:#CF1D1D;
|
||||
padding:5px;
|
||||
color:white;
|
||||
border:solid #9C1616 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
width:40px;
|
||||
font-size:7pt;
|
||||
float:right;
|
||||
margin-left:10px;
|
||||
}
|
||||
.cartContent a:hover {
|
||||
background-color:#9C1616;
|
||||
color:#CF1D1D;
|
||||
color:white;
|
||||
}
|
||||
.cartFooter {
|
||||
width:100%;
|
||||
background-color:#E2E2E2;
|
||||
-moz-border-radius-bottomLeft:15px;
|
||||
-moz-border-radius-bottomRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
text-align:center;
|
||||
}
|
||||
.cartFooter a {
|
||||
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
}
|
||||
.cartFooter a:hover {
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
/* END OF cart CSS */
|
||||
|
||||
</style>
|
||||
|
||||
<link href="^Extras;/calendar/calendar-win2k-1.css" rel="stylesheet" type="text/css" />
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
#EventManagerTmpl000004
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p><br /><br />
|
||||
</tmpl_if>
|
||||
<h2><tmpl_var managePurchasesTitle></h2>
|
||||
<table width="100%" cellspacing="2" cellpadding="2" class="EMS_purchase">
|
||||
<tr class="header">
|
||||
<td>Transaction ID<!--<tmpl_var purchaseId.label>--></td>
|
||||
<td>Transaction Date<!--<tmpl_var datePurchasedHuman.label>--></td>
|
||||
</tr>
|
||||
<tmpl_if purchasesLoop>
|
||||
<tmpl_loop purchasesLoop>
|
||||
<tr<tmpl_unless __ODD__> class="evenRow"<tmpl_else> class="oddRow"</tmpl_unless>>
|
||||
<td><strong><tmpl_var __COUNT__></strong></td>
|
||||
<td> <a href="<tmpl_var purchaseUrl>"><tmpl_var purchaseId></a></td>
|
||||
<td> <tmpl_var datePurchasedHuman></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
<tmpl_else>
|
||||
<tr>
|
||||
<td><tmpl_var noPurchasesMessage></td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
</table>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
tr.oddRow td {
|
||||
background-color:#FFF;
|
||||
}
|
||||
tr.evenRow td {
|
||||
background-color:#DADADA;
|
||||
}
|
||||
.EMS_purchase {
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
border:solid #E0E0E0 1px;
|
||||
color:black;
|
||||
}
|
||||
.EMS_purchase tr.header td {
|
||||
background-color:#E2E2E2;
|
||||
color:#808080;
|
||||
font-size:10pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -0,0 +1,130 @@
|
|||
#EventManagerTmpl000005
|
||||
<script>
|
||||
function confirmDelete(url) {
|
||||
if(confirm("Are you sure you wish to delete ALL registrations tied to this purchaseId?")) {
|
||||
location.href=url;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p><br /><br />
|
||||
</tmpl_if>
|
||||
<h2><tmpl_var viewPurchaseTitle></h2>
|
||||
|
||||
<tmpl_if canReturn><tmpl_if canReturnTransaction>
|
||||
<div style="text-align:right;">
|
||||
(<a href="<tmpl_var appUrl>?func=returnItem;tid=<tmpl_var transactionId>">Return Entire Purchase</a>)
|
||||
</div>
|
||||
</tmpl_if></tmpl_if>
|
||||
|
||||
<tmpl_loop purchasesLoop>
|
||||
<table width="100%" border="0" class="viewPurchase">
|
||||
<tr>
|
||||
<td class="badgeTitle">Badge Name</td>
|
||||
<td class="itinerary">
|
||||
Itinerary <tmpl_if canReturn><tmpl_if canReturnItinerary>(<a href="<tmpl_var appUrl>?func=returnItem;pid=<tmpl_var purchaseId>">Return Entire Itinerary</a>)</tmpl_if></tmpl_if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="badgeName" valign="top">
|
||||
<tmpl_var firstName> <tmpl_var lastName><br /><tmpl_if canReturn><a href="<tmpl_var appUrl>?func=editRegistrant;badgeId=<tmpl_var badgeId>"><img src="/extras/toolbar/bullet/edit.gif" border="0" /></a></tmpl_if><br />
|
||||
<a href="<tmpl_var appUrl>?func=viewPurchase;badgeId=<tmpl_var badgeId>">View All Registrations for this Registrant</a>
|
||||
<br /><br /><tmpl_unless registrantView>
|
||||
<tmpl_if purchaseEventId><tmpl_if canAddEvents><tmpl_if canReturnItinerary><a href="<tmpl_var appUrl>?func=addEventsToBadge;bid=<tmpl_var badgeId>;eventId=<tmpl_var purchaseEventId>">Add Events To Badge</a><tmpl_else>Returned</tmpl_if></tmpl_if></tmpl_if>
|
||||
</tmpl_unless>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td><strong>Event Title</strong></td>
|
||||
<td><strong>Event Dates</strong></td>
|
||||
<tmpl_if canReturn>
|
||||
<td><strong>Return Registration</strong></td>
|
||||
</tmpl_if>
|
||||
</tr>
|
||||
<tmpl_loop regLoop>
|
||||
<tr<tmpl_unless __ODD__> class="evenRow"<tmpl_else> class="oddRow"</tmpl_unless>>
|
||||
<td><tmpl_var sku>: <tmpl_var title></td>
|
||||
<td><tmpl_var startDateHuman> - <tmpl_var endDateHuman></td>
|
||||
<tmpl_if canReturn>
|
||||
<td><tmpl_if returned>RETURNED<tmpl_else><a href="<tmpl_var appUrl>?func=returnItem;rid=<tmpl_var registrationId>">Return This Registration</a></tmpl_if></td>
|
||||
</tmpl_if>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tmpl_loop>
|
||||
|
||||
<br /><br />
|
||||
<tmpl_if hasIncompleteTransactions>
|
||||
|
||||
<table width="100%">
|
||||
<tr><td colspan="6" align="center"><h2>Unpurchased Registrations</h2></td></tr>
|
||||
<tr><td colspan="6">Badge Id: <tmpl_var badgeId></td></tr>
|
||||
<tr><td height="10" colspan="6"> </td></tr>
|
||||
<tr><th>Event Number</th>
|
||||
<th>Title</th>
|
||||
<th>RegistrationId</th>
|
||||
<th>Returned</th>
|
||||
<th>Transaction Id</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
|
||||
<tmpl_loop incompleteTransactions_loop>
|
||||
<tr><td height="10" colspan="6"> </td></tr>
|
||||
<tr><td colspan="4" bgcolor="#a0a0a0">Purchase Id: <tmpl_var purchaseId>
|
||||
<tmpl_if canDeleteRegistration>
|
||||
<br/>
|
||||
<a href="javascript:void(confirmDelete('<tmpl_var deleteRegistration.url>'));"><tmpl_var deleteRegistration.label></a>
|
||||
</tmpl_if>
|
||||
</td>
|
||||
<td bgcolor="#a0a0a0"><tmpl_var form.header><tmpl_var form.transactionSelect></td><td bgcolor="#a0a0a0"><tmpl_var form.submit><tmpl_var form.footer></td></tr>
|
||||
<tmpl_loop unpurchased_loop>
|
||||
<tr
|
||||
<tmpl_if __ODD__>bgcolor="#e0e0e0"
|
||||
<tmpl_else>bgcolor="#c0c0c0"
|
||||
</tmpl_if>
|
||||
>
|
||||
<td><tmpl_var sku></td>
|
||||
<td><tmpl_var title></td>
|
||||
<td><tmpl_var registrationId></td>
|
||||
<td align="center"><tmpl_var returned></td>
|
||||
<td><tmpl_var transactionId></td>
|
||||
<td><tmpl_var transactioStatus></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.viewPurchase {
|
||||
border-bottom:solid silver 2px;
|
||||
}
|
||||
.viewPurchase td {
|
||||
font-size:10pt;
|
||||
}
|
||||
tr.oddRow td {
|
||||
background-color:#DADADA;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
tr.evenRow td {
|
||||
background-color:#E8E8E8;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
td.badgeTitle, td.itinerary {
|
||||
font-size:9pt;
|
||||
font-weight:bold;
|
||||
border-bottom:solid gray 1px;
|
||||
}
|
||||
td.badgeName {
|
||||
font-size:9pt;
|
||||
font-style:italic;
|
||||
}
|
||||
h2 {
|
||||
margin-bottom:3px;
|
||||
}
|
||||
</style>
|
||||
276
docs/upgrades/templates-6.99.3/default_ems_template.tmpl
Normal file
276
docs/upgrades/templates-6.99.3/default_ems_template.tmpl
Normal file
|
|
@ -0,0 +1,276 @@
|
|||
#EventManagerTmpl000001
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p><br /><br />
|
||||
</tmpl_if>
|
||||
|
||||
<table cellpadding="3" cellspacing="0" style="width:98%" class="EMS_view">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<tmpl_if canManageEvents>
|
||||
<br />
|
||||
<table cellpadding="5" cellspacing="0" style="width:100%">
|
||||
<tr style="height:30px;">
|
||||
<td valign="top" style="width:190px;"><a href='<tmpl_var manageEvents.url>'>Manage Events</a></td>
|
||||
<td>(Event Directors and Staff)</td>
|
||||
</tr>
|
||||
<tr style="height:30px">
|
||||
<td valign="top" style="width:190px;"><a href='/oeos?func=manageRegistrants'>Manage Registrants</a></td>
|
||||
<td>(Event Directors and Staff)</td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
|
||||
<tr style="height:30px">
|
||||
<td valign="top" style="width:190px;"><a href='<tmpl_var managePurchases.url>'>Modify Existing Badge</a></td>
|
||||
<td>Add Events to a Badge you've already purchased</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="width:250px" valign="top" align="center">
|
||||
|
||||
<tmpl_if cart.purchaseLoop>
|
||||
<div class="cart">
|
||||
<h2>Shopping Cart</h2>
|
||||
|
||||
<tmpl_loop cart.purchaseLoop>
|
||||
<div class="cartContent">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<b><tmpl_var purchase.mainEventTitle></b><br />
|
||||
<tmpl_loop registrantInfoLoop>
|
||||
Name: <tmpl_var firstName> <tmpl_var lastName>
|
||||
</tmpl_loop>
|
||||
<br />
|
||||
Additional Price: $<tmpl_var newPrice>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-top:solid silver 1px;">
|
||||
<a href="<tmpl_var delete.url>" class="button"><img src="<tmpl_var delete.url>" style="border-style:none" /></a>
|
||||
<a href="<tmpl_var edit.url>" class="button"><img src="<tmpl_var editIcon.url>" style="border-style:none" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</tmpl_loop>
|
||||
|
||||
<a href="/oeos?func=emptyCart">Empty Cart</a><br /><a href="/oeos?func=checkout">Checkout</a>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<span class="StepLabel">Step 1: </span> Choose a badge from the list below, or click the link above to add events to a badge you've already purchased.
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<table width="100%" border="0" cellpadding="8" cellspacing="0">
|
||||
<tmpl_loop events_loop>
|
||||
<tr>
|
||||
<td valign="top" colspan="7"><tmpl_var event></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
<tmpl_var paginateBar>
|
||||
~~~
|
||||
|
||||
<style type="text/css">
|
||||
.EMS_view {
|
||||
background-color:#F4F4F4;
|
||||
border:solid #E2E2E2 1px;
|
||||
-moz-border-radius:15px;
|
||||
}
|
||||
.EMS_view a {
|
||||
width:200px;
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid silver 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
font-size:7pt;
|
||||
margin-left:10px;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
.EMS_view a:hover {
|
||||
background-color:#F0F0F0;
|
||||
border-color:#E2E2E2;
|
||||
}
|
||||
tr.oddRow td {
|
||||
background-color:#DADADA;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
tr.evenRow td {
|
||||
background-color:#E8E8E8;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
.manageEvents {
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.datacardtitle {
|
||||
background: #3D5690;
|
||||
color: white;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.leftnav{
|
||||
padding: 1px 1px 1px 1px;
|
||||
background: white;
|
||||
color: black;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
border: 2px #3D5690 ridge;
|
||||
}
|
||||
.leftnavon{
|
||||
padding: 1px 1px 1px 1px;
|
||||
background: yellow;
|
||||
color: black;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
border: 2px #3D5690 ridge;
|
||||
}
|
||||
.calendartitle {
|
||||
background: #3D5690;
|
||||
color: white;
|
||||
font-family: verdana;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
}
|
||||
.filter-select {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 105px;
|
||||
}
|
||||
.compare-select {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 76px;
|
||||
}
|
||||
.filter-text {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
width: 114px;
|
||||
}
|
||||
.smLink {
|
||||
font-family: verdana;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.StepLabel { font-family: Tahoma; font-size: 14pt; letter-spacing: 2pt; color: #234E9C;
|
||||
font-weight: bold }
|
||||
.cart {
|
||||
background-color:#F0F0F0;
|
||||
-moz-border-radius:15px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
border:solid #E2E2E2 1px;
|
||||
margin-right:10px;
|
||||
text-align:left;
|
||||
}
|
||||
.cart h2 {
|
||||
width:100%;
|
||||
font-size:12.5pt;
|
||||
background-color:#E2E2E2;
|
||||
text-align:center;
|
||||
-moz-border-radius-topLeft:15px;
|
||||
-moz-border-radius-topRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
color:gray;
|
||||
}
|
||||
.cartContent {
|
||||
background-color:#F4F4F4;
|
||||
margin:0px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
font-family:verdana;
|
||||
font-size:9pt;
|
||||
}
|
||||
.cartContent a.button {
|
||||
background-color:#CF1D1D;
|
||||
padding:5px;
|
||||
color:white;
|
||||
border:solid #9C1616 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
font-size:7pt;
|
||||
margin-left:10px;
|
||||
margin-top:2px;
|
||||
width:auto;
|
||||
display:block;
|
||||
float:right;
|
||||
}
|
||||
.cartContent a.button:hover {
|
||||
background-color:#9C1616;
|
||||
color:#CF1D1D;
|
||||
color:white;
|
||||
}
|
||||
.cartFooter {
|
||||
width:100%;
|
||||
background-color:#E2E2E2;
|
||||
-moz-border-radius-bottomLeft:15px;
|
||||
-moz-border-radius-bottomRight:15px;
|
||||
margin:0px;
|
||||
border:solid #E0E0E0 1px;
|
||||
padding:5px;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
text-align:center;
|
||||
}
|
||||
.cartFooter a {
|
||||
|
||||
background-color:#E2E2E2;
|
||||
padding:5px;
|
||||
color:gray;
|
||||
border:solid #F4F4F4 1px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
-moz-border-radius:10px;
|
||||
display:block;
|
||||
}
|
||||
.cartFooter a:hover {
|
||||
background-color:#F0F0F0;
|
||||
color:gray;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -0,0 +1,106 @@
|
|||
#EventManagerTmpl000003
|
||||
<tmpl_if resolveConflicts>
|
||||
<tmpl_var form.header>
|
||||
<table width="100%" border="0">
|
||||
<tr><td><tmpl_var message></td></tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%">
|
||||
<tmpl_loop conflict_loop>
|
||||
<tr<tmpl_unless __ODD__> class="evenRow"<tmpl_else> class="oddRow"</tmpl_unless>>
|
||||
<td><tmpl_var form.deleteControl></td>
|
||||
<td><tmpl_var title></td>
|
||||
<td><tmpl_var description></td>
|
||||
<td><tmpl_var price></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><tmpl_var form.submit></td></tr>
|
||||
</table>
|
||||
<tmpl_var form.footer>
|
||||
</tmpl_if>
|
||||
|
||||
|
||||
|
||||
|
||||
<tmpl_if registration>
|
||||
<tmpl_var form.header>
|
||||
<tmpl_var form.message>
|
||||
<tmpl_var form.chooserJS>
|
||||
<table style="border-top:solid gray 1px;width:100%;margin-top:5px;">
|
||||
<tmpl_if form.badgeId><tr><td><tmpl_var form.badgeId.label></td><td><tmpl_var form.badgeId></td></tr></tmpl_if>
|
||||
<tr><td><tmpl_var form.firstName.label></td><td><tmpl_var form.firstName></td></tr>
|
||||
<tr><td><tmpl_var form.lastName.label></td><td><tmpl_var form.lastName></td></tr>
|
||||
<tr><td><tmpl_var form.address.label></td><td><tmpl_var form.address></td></tr>
|
||||
<tr><td><tmpl_var form.city.label></td><td><tmpl_var form.city></td></tr>
|
||||
<tr><td><tmpl_var form.state.label></td><td><tmpl_var form.state></td></tr>
|
||||
<tr><td><tmpl_var form.zipcode.label></td><td><tmpl_var form.zipcode></td></tr>
|
||||
<tr><td><tmpl_var form.country.label></td><td><tmpl_var form.country></td></tr>
|
||||
<tr><td><tmpl_var form.phoneNumber.label></td><td><tmpl_var form.phoneNumber></td></tr>
|
||||
<tr><td><tmpl_var form.email.label></td><td><tmpl_var form.email></td></tr>
|
||||
<tr><td colspan="2"><br /><tmpl_var form.submit></td></tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
|
||||
function swapBadgeInfo(badgeId) {
|
||||
var selector = document.getElementById('badgeId_formId');
|
||||
for (var i in badges[badgeId]) {
|
||||
var field = document.getElementById(i+'_formId');
|
||||
if (field && badges[badgeId][i]) {
|
||||
field.value=badges[badgeId][i];
|
||||
} else {
|
||||
if (field) field.value='';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var selector1 = document.getElementById('badgeId_formId');
|
||||
if (selector1) {
|
||||
swapBadgeInfo(selector1.value);
|
||||
}
|
||||
|
||||
</script>
|
||||
<tmpl_var form.footer>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if prereqsAreMissing>
|
||||
<tmpl_var form.header>
|
||||
<table border="1">
|
||||
|
||||
<tmpl_loop message_loop>
|
||||
<tr>
|
||||
<td colspan="4"><strong><tmpl_var title> requires all of the following:</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<ul>
|
||||
<tmpl_loop messageLoop>
|
||||
<li><tmpl_var reqmessage></li>
|
||||
</tmpl_loop>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_loop missingEvents_loop>
|
||||
<tr<tmpl_unless __ODD__> class="evenRow"<tmpl_else> class="oddRow"</tmpl_unless>><td><tmpl_var form.checkBox></td><td><tmpl_var title></td><td><tmpl_var description></td><td><tmpl_var price></td></tr>
|
||||
</tmpl_loop>
|
||||
<tr><td colspan="4"><br /><tmpl_var form.submit></td></tr>
|
||||
</table>
|
||||
<tmpl_var form.footer>
|
||||
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
tr.oddRow td {
|
||||
background-color:#DADADA;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
tr.evenRow td {
|
||||
background-color:#E8E8E8;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
</style>
|
||||
71
docs/upgrades/templates-6.99.3/faq.tmpl
Normal file
71
docs/upgrades/templates-6.99.3/faq.tmpl
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
#PBtmpl0000000000000080
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a> •
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
•
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<tmpl_loop post_loop>
|
||||
<li><a href="#id<tmpl_var assetId>"><span class="faqQuestion"><tmpl_var title></span></a></li>
|
||||
</tmpl_loop>
|
||||
</ul>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<div>[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]</div>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<div>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</div>
|
||||
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a><span class="faqQuestion"><tmpl_var title></span><br />
|
||||
<tmpl_var content>
|
||||
<p><a href="#top">[top]</a></p>
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
49
docs/upgrades/templates-6.99.3/guest_book.tmpl
Normal file
49
docs/upgrades/templates-6.99.3/guest_book.tmpl
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
#PBtmpl0000000000000133
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a> •
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
•
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
|
||||
<div><b>On <tmpl_var dateSubmitted.human> <a href="<tmpl_var userProfile.url>"><tmpl_var username></a> from <a href="<tmpl_var url>">the '<tmpl_var title>' department</a> wrote</b></div>
|
||||
<div><i><tmpl_var synopsis></i></div>
|
||||
<div><a href="<tmpl_var url>"><tmpl_var readmore.label></a></div>
|
||||
<p />
|
||||
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
66
docs/upgrades/templates-6.99.3/link_list.tmpl
Normal file
66
docs/upgrades/templates-6.99.3/link_list.tmpl
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
#PBtmpl0000000000000083
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a> •
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
•
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</tmpl_if>
|
||||
<p>
|
||||
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
|
||||
<tmpl_if content>
|
||||
- <tmpl_var content>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
68
docs/upgrades/templates-6.99.3/ordered_list.tmpl
Normal file
68
docs/upgrades/templates-6.99.3/ordered_list.tmpl
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
#PBtmpl0000000000000101
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a> •
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
•
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<tmpl_loop post_loop>
|
||||
<li>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</tmpl_if>
|
||||
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
|
||||
<tmpl_if content>
|
||||
- <tmpl_var content>
|
||||
</tmpl_if>
|
||||
</li>
|
||||
</tmpl_loop>
|
||||
</ol>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
69
docs/upgrades/templates-6.99.3/photo_gallery.tmpl
Normal file
69
docs/upgrades/templates-6.99.3/photo_gallery.tmpl
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
#PBtmpl0000000000000121
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<br />
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<div class="picture">
|
||||
<div style="text-align: center;">
|
||||
<tmpl_if user.isPoster><div>(<tmpl_var status>)</div></tmpl_if>
|
||||
<div><a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" alt="<tmpl_var title>" /></a></div>
|
||||
<div><a href="<tmpl_var url>"><tmpl_var title></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</tmpl_loop>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.picture {
|
||||
padding: 0px;
|
||||
margin: 10px;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
width: 150px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
html > body .picture {
|
||||
height:auto;
|
||||
min-height:150px;
|
||||
width:auto;
|
||||
min-width:100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
107
docs/upgrades/templates-6.99.3/q_and_a.tmpl
Normal file
107
docs/upgrades/templates-6.99.3/q_and_a.tmpl
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
#PBtmpl0000000000000081
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p class="postControls">
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a> •
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
•
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a> •
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)<br />
|
||||
|
||||
</tmpl_if>
|
||||
<p class="posts">
|
||||
<b>Q: <tmpl_var title></b>
|
||||
A: <tmpl_var content>
|
||||
</p>
|
||||
<p />
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.postControls
|
||||
{
|
||||
background:#676767;
|
||||
color:#C0C0C0;
|
||||
width:95%;
|
||||
text-align:right;
|
||||
padding:3px;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.postControls a
|
||||
{
|
||||
color:white;
|
||||
font-size:8pt;
|
||||
text-decoration:underline;
|
||||
}
|
||||
.postControls a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
.posts
|
||||
{
|
||||
width:95%;
|
||||
border:solid 1px gray;
|
||||
padding:3px;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.posts b
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
background-color:silver;
|
||||
width:100%;
|
||||
display:block;
|
||||
padding:3px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
|
||||
</style>
|
||||
119
docs/upgrades/templates-6.99.3/topics.tmpl
Normal file
119
docs/upgrades/templates-6.99.3/topics.tmpl
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
#PBtmpl0000000000000079
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p class="postControls">
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a> •
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
[<a href="<tmpl_var search.url>"><tmpl_var search.label></a>]
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a> •
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</tmpl_if><br />
|
||||
<h2 class="topicsTitle"><tmpl_var title></h2>
|
||||
<span class="topicContent"><tmpl_var content></span>
|
||||
<p />
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.postControls
|
||||
{
|
||||
background:#676767;
|
||||
color:#C0C0C0;
|
||||
width:95%;
|
||||
text-align:right;
|
||||
padding:3px;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
.postControls a
|
||||
{
|
||||
color:white;
|
||||
font-size:8pt;
|
||||
text-decoration:underline;
|
||||
}
|
||||
.postControls a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
.pagination
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
background:#676767;
|
||||
width:95%;
|
||||
text-align:right;
|
||||
padding:3px;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
.pagination a
|
||||
{
|
||||
color:white;
|
||||
font-size:8pt;
|
||||
}
|
||||
.pagination a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
.topicsTitle
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
width:95%;
|
||||
border-bottom:solid silver 1px;
|
||||
margin-bottom:3px;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.topicContent
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
width:95%;
|
||||
display:block;
|
||||
border:solid silver 1px;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
</style>
|
||||
137
docs/upgrades/templates-6.99.3/traditional_with_thumbnails.tmpl
Normal file
137
docs/upgrades/templates-6.99.3/traditional_with_thumbnails.tmpl
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
#PBtmpl0000000000000097
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p class="pagination">
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="forumHead"><tmpl_var status.label></td>
|
||||
</tmpl_if>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.title.url>"><tmpl_var title.label></a></td>
|
||||
<td class="forumHead"><tmpl_var thumbnail.label></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.date.url>"><tmpl_var date.label></a></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.username.url>"><tmpl_var by.label></a></td>
|
||||
</tr>
|
||||
<tmpl_loop post_loop>
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
|
||||
</tmpl_if>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a><tmpl_if user.isPoster> (<tmpl_var status>)</tmpl_if></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" style="text-align: center;">
|
||||
<tmpl_if thumbnail>
|
||||
<a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" border="0" alt="<tmpl_var title>" /></a>
|
||||
<tmpl_else>
|
||||
|
||||
</tmpl_if>
|
||||
</td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateUpdated.human></td>
|
||||
<tmpl_if user.isVisitor>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var username></td>
|
||||
<tmpl_else>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var userProfile.url>"><tmpl_var username></a></td>
|
||||
</tmpl_if>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<br />
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.forumHead {
|
||||
background-color: #DADADA;
|
||||
border: 2px solid #cccccc;
|
||||
padding: 2px;
|
||||
padding-bottom: 4px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.oddThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #83cc83;
|
||||
padding-bottom: 4px;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.forumHead a
|
||||
{
|
||||
color:#29587E;
|
||||
}
|
||||
|
||||
.oddThread a
|
||||
{
|
||||
color:#29587E;
|
||||
}
|
||||
|
||||
.evenThread a
|
||||
{
|
||||
color:#29587E;
|
||||
}
|
||||
|
||||
.evenThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #aaaaff;
|
||||
padding-bottom: 4px;
|
||||
background-color:#EEEEEE;
|
||||
font-family:arial;
|
||||
}
|
||||
.pagination {
|
||||
-moz-box-sizing:border-box;
|
||||
background:#676767;
|
||||
color:#C0C0C0;
|
||||
width:100%;
|
||||
text-align:right;
|
||||
padding:3px;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
.pagination a {
|
||||
color:white;
|
||||
font-size:8pt;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
</style>
|
||||
103
docs/upgrades/templates-6.99.3/unordered_list.tmpl
Normal file
103
docs/upgrades/templates-6.99.3/unordered_list.tmpl
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
#PBtmpl0000000000000082
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p class="pagination">
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
•
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<ul class="unorderedList">
|
||||
<tmpl_loop post_loop>
|
||||
<li>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</tmpl_if>
|
||||
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
|
||||
<tmpl_if content>
|
||||
- <tmpl_var content>
|
||||
</tmpl_if>
|
||||
</li>
|
||||
</tmpl_loop>
|
||||
</ul>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination {
|
||||
-moz-box-sizing:border-box;
|
||||
background:#676767;
|
||||
color:#C0C0C0;
|
||||
width:100%;
|
||||
text-align:right;
|
||||
padding:3px;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
.pagination a {
|
||||
color:white;
|
||||
font-size:8pt;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.unorderedList
|
||||
{
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
</style>
|
||||
124
docs/upgrades/templates-6.99.3/weblog.tmpl
Normal file
124
docs/upgrades/templates-6.99.3/weblog.tmpl
Normal file
|
|
@ -0,0 +1,124 @@
|
|||
#PBtmpl0000000000000112
|
||||
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p class="pagination">
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<p />
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<div class="weblogTitleBar">
|
||||
<tmpl_var title>
|
||||
</div>
|
||||
<fieldset class="weblogSynopsis">
|
||||
<legend class="weblogLegend" align="left">
|
||||
<tmpl_var by.label> <a href="<tmpl_var userProfile.url>"><tmpl_var username></a>
|
||||
-
|
||||
<tmpl_var dateSubmitted.human>
|
||||
<tmpl_if replies>
|
||||
- <tmpl_var replies> <tmpl_var replies.label>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isPoster>
|
||||
- <tmpl_var status>
|
||||
<tmpl_else>
|
||||
<tmpl_if user.isModerator>
|
||||
- <tmpl_var status>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
</legend>
|
||||
<tmpl_if thumbnail>
|
||||
<a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" border="0" alt="<tmpl_var title>" align="right" /></a>
|
||||
</tmpl_if>
|
||||
<tmpl_var synopsis>
|
||||
<div class="weblogReadMore">
|
||||
<a href="<tmpl_var url>"><tmpl_var readmore.label></a>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p />
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> • <tmpl_var pagination.pageList.upTo10> • <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination {
|
||||
-moz-box-sizing:border-box;
|
||||
background:#676767;
|
||||
color:#C0C0C0;
|
||||
width:100%;
|
||||
text-align:right;
|
||||
padding:3px;
|
||||
font-size:9pt;
|
||||
font-family:arial;
|
||||
}
|
||||
.pagination a {
|
||||
color:white;
|
||||
font-size:8pt;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.weblogTitleBar {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.weblogLegend {
|
||||
font-size: 9px;
|
||||
color: #999999;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.weblogLegend a
|
||||
{
|
||||
color:#29587E;
|
||||
}
|
||||
|
||||
.weblogReadMore {
|
||||
text-align: right;
|
||||
font-size: 9px;
|
||||
width: 100%;
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
.weblogSynopsis {
|
||||
border: 1px solid #bbbbbb;
|
||||
font-size: 13px;
|
||||
padding: 5px;
|
||||
-moz-border-radius: 6px;
|
||||
font-family:arial;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue