CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
webchart7.htm97 linesDownload Raw Back to templates
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">2<html lang="en">3    <head>4        <title>Chart: Dynamic Permissions</title>5		<meta http-equiv="X-UA-Compatible" content="IE=Edge">6   <link type="text/css" href="styles/default.css" rel="stylesheet">7		<link type="text/css" href="styles/{$wr_pagestylepath}/style.css" rel="stylesheet">8        {$h_includes}9    </head>10    <body class="{$wr_pagestylepath}">11        {$b_includes}12	{$header}13    <div class="rnr-page">14		<div class="rnr-top">15			<div class="rnr-s-1 {$wr_pagestylepath}">16				<div class="rnr-c rnr-cv">17					<div class="style2" align=center>18						Chart: Dynamic Permissions{$chart_title}{$chart_table}19					</div>20					<div class="style1 rnr-b-wrapper">21						<div class="rnr-s-fields {$wr_pagestylepath}">22							<div class="rnr-c rnr-cv">23								<div class="style1">	24									<table class="fieldGrid">25										<tr>26											<td></td>27											<td style="text-align:left" width="30%">28												Usergroup<br/><br/>29												<select id="ugroups" name="ugroups" size="5" style="font-family: verdana, arial; font-size:11px; width:120px;">30													{$userGroups}31												</select>32											</td>33											<td width="70%" style="text-align:left;vertical-align:top;padding: 5px 10px 0px 0px;">34												Permissions<br/><br/>35												<table cellpadding="4" cellspacing="2" border="0" width="100%" class="tbl_permissions">36													<tr>37														<th width="60%" class="tbl-header">Chart</th>38														<th width="20%" class="tbl-header">Edit/Delete</th>39														<th width="20%" class="tbl-header">View</th>40													</tr> 41													<tr>42														<td align="left" >{$chart_name}</td>43														<td id="editBox" align="center">44														</td>45														<td id="viewBox" align="center">46														</td>47													</tr>48												</table>49											</td>50										</tr>51									</table>52								</div>53								<div id="btns" class="style2" align=center>54									<a id="backbtn" name="backbtn" class="rnr-button" href="#">Back</a>55									<span style="position:absolute;" id="jumptospan"></span>56									<a id="jumpto" name="jumpto" class="rnr-button" href="#" onclick="event.cancelBubble = true;return false;" onmouseover="event.cancelBubble = true;return false;">Jump to ...</a>57									{BEGIN b_is_chart_name}58									<span id="savebtnbox">59									<a id="savebtn" name="savebtn" class="rnr-button" href="#">Save</a>60									</span>61									{END b_is_chart_name}62								</div>63							</div>64						</div>65					</div>66				</div>67			</div>68		</div>69	</div>70	{$footer}71 72        <style>73{literal}74	div.action { position: absolute; width: 170px; padding: 0;font-size:11px }75	td {font-size:11px;}76{/literal}77</style>78<iframe id="framejump" style="display:none;position:absolute;" scrolling="no" frameborder="0"></iframe>79<div id="menujump" class=action style="display:none;position:absolute;">80	<table width=100% cellpadding=5 cellspacing=0 border=0 style="background-color:#F4F7FB;border: solid 1px blue;">81		<tr><td id=row0 style="cursor:pointer;padding:5px;">Tables</td></tr>82		<tr><td id=row1 style="cursor:pointer;padding:5px;">Table Relations</td></tr>83		<tr><td id=row2 style="cursor:pointer;padding:5px;">Group By</td></tr>84		<tr><td id=row3 style="cursor:pointer;padding:5px;">Type</td></tr>85		<tr><td id=row4 style="cursor:pointer;padding:5px;">Parameters</td></tr>86		<tr><td id=row5 style="cursor:pointer;padding:5px;">Appearance</td></tr>87		<tr><td id=row6 style="cursor:pointer;padding:5px;">Chart Settings</td></tr>88		<tr><td id=row7 style="cursor:pointer;padding:5px;">Dynamic Permissions</td></tr>89		<tr><td id=row8 style="cursor:pointer;padding:5px;border-top:1px solid blue;">Back to Web Reports menu</td></tr>90		<tr><td id=row9 style="cursor:pointer;padding:5px;">Back to main application</td></tr>91	</table>92</div>93       <iframe id="aframe" style="display:none;position:absolute;" scrolling="no" frameborder="0"></iframe> 94        <div id="alert">95		</div>96    </body>97</html>