CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
webchart6.htm117 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: Properties</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: Properties, Title: {$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 colspan=2 align=center>Set chart title :</td>28											<td></td>29										</tr>30										<tr>31											<td></td>32											<td colspan=2></td>33											<td></td>34										</tr>35										<tr>36											<td></td>37											<td>38												<span class="label">Name:</span>39											</td>40											<td>41												<input name="cname" id="cname" class="cname" size=40 value="{$chart_name}" />42											</td>43											<td></td>44										</tr>45										<tr>46											<td></td>47											<td>48												<span class="label">Title:&nbsp;&nbsp;</span>49											</td>50											<td>51												<input name="ctitle" id="ctitle" class="ctitle" size=40 value="{$chart_title}" />52											</td>53											<td></td>54										</tr>55										<tr {$show_status}>56											<td></td>57											<td>58												<span class="label">Private:</span>59											</td>60											<td>61												<input type="checkbox" {$chart_status} name="cstatus" id="cstatus" class="cstatus" />62											</td>63											<td></td>64										</tr>65										<tr>66											<td></td>67											<td colspan=2></td>68											<td></td>69										</tr>70									</table>71								</div>72								<div id="btns" class="style2" align=center>73								<a id="backbtn" name="backbtn" class="rnr-button" href="#">Back</a>74								<span style="position:absolute;" id="jumptospan"></span>75								<a id="jumpto" name="jumpto" class="rnr-button" href="#" onclick="event.cancelBubble = true;return false;" onmouseover="event.cancelBubble = true;return false;">Jump to ...</a>76								<span id="nextbtnbox">77								<a id="nextbtn" name="nextbtn" class="rnr-button" href="#">Next</a>78								</span>79								<span id="savebtnbox">80								<a id="savebtn" name="savebtn" class="rnr-button" href="#">Save</a>81								</span>82								</div>83							</div>84						</div>85					</div>86				</div>87			</div>88		</div>89	</div>90	{$footer}91        92        <style>93{literal}94	div.action { position: absolute; width: 170px; padding: 0;font-size:11px }95	td {font-size:11px;}96{/literal}97</style>98<iframe id="framejump" style="display:none;position:absolute;" scrolling="no" frameborder="0"></iframe>99<div id="menujump" class=action style="display:none;position:absolute;">100	<table width=100% cellpadding=5 cellspacing=0 border=0 style="background-color:#F4F7FB;border: solid 1px blue;">101		<tr><td id=row0 style="cursor:pointer;padding:5px;">Tables</td></tr>102		<tr><td id=row1 style="cursor:pointer;padding:5px;">Table Relations</td></tr>103		<tr><td id=row2 style="cursor:pointer;padding:5px;">Group By</td></tr>104		<tr><td id=row3 style="cursor:pointer;padding:5px;">Type</td></tr>105		<tr><td id=row4 style="cursor:pointer;padding:5px;">Parameters</td></tr>106		<tr><td id=row5 style="cursor:pointer;padding:5px;">Appearance</td></tr>107		<tr><td id=row6 style="cursor:pointer;padding:5px;">Chart Settings</td></tr>108		<tr><td id=row7 style="cursor:pointer;padding:5px;">Dynamic Permissions</td></tr>109		<tr><td id=row8 style="cursor:pointer;padding:5px;border-top:1px solid blue;">Back to Web Reports menu</td></tr>110		<tr><td id=row9 style="cursor:pointer;padding:5px;">Back to main application</td></tr>111	</table>112</div>113        <iframe id="aframe" style="display:none;position:absolute;" scrolling="no" frameborder="0"></iframe>114        <div id="alert">115		</div>116    </body>117</html>