Exemplo n.º 1
0
 * http://www.CollectiveAccess.org
 *
 * ----------------------------------------------------------------------
 */
$va_group_list = $this->getVar('group_list');
?>
<script language="JavaScript" type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$('#caGroupList').caFormatListTable();
	});
/* ]]> */
</script>
<div class="sectionBox">
	<?php 
print caFormControlBox('<div class="list-filter">' . _t('Filter') . ': <input type="text" name="filter" value="" onkeyup="$(\'#caGroupList\').caFilterTable(this.value); return false;" size="20"/></div>', '', caNavHeaderButton($this->request, __CA_NAV_BUTTON_ADD_LARGE__, _t("New team"), 'manage', 'groups', 'Edit', array('group_id' => 0)));
?>
	
	<h1><?php 
print _t('Your project teams');
?>
</h1>
	
	<table id="caGroupList" class="listtable" width="100%" border="0" cellpadding="0" cellspacing="1">
		<thead>
			<tr>
				<th class="list-header-unsorted">
					<?php 
print _t('Team');
?>
				</th>
Exemplo n.º 2
0
			</td><td>
<?php 
print $t_order->htmlFormElement('created_on', null, array('FIELD_TYPE' => 'FT_DATETIME', 'DISPLAY_TYPE' => DT_FIELD, 'value' => $va_filter_options['created_on']));
?>
			</td><td>
<?php 
print $t_order->htmlFormElement('shipping_date', null, array('FIELD_TYPE' => 'FT_DATETIME', 'DISPLAY_TYPE' => DT_FIELD, 'value' => $va_filter_options['shipping_date']));
?>
			</td><td>
<?php 
print $t_order->htmlFormElement('shipped_on_date', null, array('FIELD_TYPE' => 'FT_DATETIME', 'DISPLAY_TYPE' => DT_FIELD, 'value' => $va_filter_options['shipped_on_date']));
?>
			</td>
			<td align="right" valign="top">
<?php 
print caNavHeaderButton($this->request, __CA_NAV_BUTTON_ADD_LARGE__, _t("New order"), 'client', 'OrderEditor', 'CustomerInfo', array('order_id' => 0));
?>
			</td>
		</tr>
		<tr>
			<td colspan="3">
				<div class="formLabel"><?php 
print _t('Search') . "<br/>" . caHTMLTextInput('search', array('value' => $va_filter_options['search']), array('width' => '400px'));
?>
</div>
			</td><td>
<?php 
print $t_order->htmlFormElement('shipping_method', null, array('nullOption' => '-'));
?>
			</td>
			<td align="right" valign="bottom">
Exemplo n.º 3
0
</div>
			</td>
			<td valign="top">
<?php 
print $t_order->htmlFormElement('order_status', null, array('nullOption' => '-'));
?>
			</td>
			<td align="left" valign="top">
<?php 
print caFormSubmitButton($this->request, __CA_NAV_BUTTON_GO__, _t('Filter'), 'caViewOptions', array()) . '<br/>';
print caJSButton($this->request, __CA_NAV_BUTTON_CANCEL__, _t('Reset'), 'caViewOptions', array('onclick' => 'jQuery("#searchToolsBox input").val("");'));
?>
			</td>
			<td align="right" valign="top">
<?php 
print caNavHeaderButton($this->request, __CA_NAV_BUTTON_ADD_LARGE__, _t("New loan"), 'client/library', 'CheckOut', 'Index', array('order_id' => 0));
?>
			</td>
		</tr>
	</table>
			</form>
		</div>
	</div>
 	
 	
 	<div id='calendar' style='margin:3em 0;font-size:13px'></div>
 	
</div>
<div class="editorBottomPadding"><!-- empty --></div>

<script type='text/javascript'>
Exemplo n.º 4
0
 *
 * ----------------------------------------------------------------------
 */
$va_user_list = $this->getVar('user_list');
?>
<script language="JavaScript" type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$('#caUserList').caFormatListTable();
	});
/* ]]> */
</script>
<div class="sectionBox">
<?php 
print caFormTag($this->request, 'ListUsers', 'caUserListForm', null, 'post', 'multipart/form-data', '_top', array('disableUnsavedChangesWarning' => true));
print caFormControlBox('<div class="list-filter">' . _t('Filter') . ': <input type="text" name="filter" value="" onkeyup="$(\'#caUserList\').caFilterTable(this.value); return false;" size="20"/></div>', '' . _t('Show %1 users', caHTMLSelect('userclass', $this->request->user->getFieldInfo('userclass', 'BOUNDS_CHOICE_LIST'), array('onchange' => 'jQuery("#caUserListForm").submit();'), array('value' => $this->getVar('userclass')))), caNavHeaderButton($this->request, __CA_NAV_BUTTON_ADD__, _t("New user"), 'administrate/access', 'Users', 'Edit', array('user_id' => 0)));
if (sizeof($va_user_list)) {
    ?>
	
		<a href='#' id='showTools' onclick='jQuery("#searchToolsBox").slideDown(250); jQuery("#showTools").hide(); return false;'><?php 
    print _t("Tools");
    ?>
 <img src="<?php 
    print $this->request->getThemeUrlPath();
    ?>
/graphics/arrows/arrow_right_gray.gif" width="6" height="7" border="0"></a>
<?php 
    print $this->render('user_tools_html.php');
}
?>
	
 *
 * ----------------------------------------------------------------------
 */
$va_element_list = $this->getVar('element_list');
$va_attribute_types = $this->getVar('attribute_types');
?>
<script language="JavaScript" type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$('#caElementList').caFormatListTable();
	});
/* ]]> */
</script>
<div class="sectionBox">
	<?php 
print caFormControlBox('<div class="list-filter">' . _t('Filter') . ': <input type="text" name="filter" value="" onkeyup="$(\'#caElementList\').caFilterTable(this.value); return false;" size="20"/></div>', '', caNavHeaderButton($this->request, __CA_NAV_BUTTON_ADD_LARGE__, _t("New"), 'administrate/setup', 'Elements', 'Edit', array('element_id' => 0)));
?>

	<table id="caElementList" class="listtable" width="100%" border="0" cellpadding="0" cellspacing="1">
		<thead>
		<tr>
			<th>
				<?php 
_p('Label');
?>
			</th>
			<th>
				<?php 
_p('Element code');
?>
			</th>