Commit e5a79ac13117724ce68ed6330f11c3af6733afca
1 parent
06e63c0b
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
73 deletions
Show diff stats
ferramentas/graficotema/index.htm
... | ... | @@ -1,73 +0,0 @@ |
1 | -<html> | |
2 | -<head> | |
3 | -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
4 | -<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> | |
5 | -<title></title> | |
6 | -<style type="text/css" >button{background:url(../../imagens/tic.png) 98% 50% no-repeat;}</style> | |
7 | -<link rel="stylesheet" type="text/css" href="../../pacotes/yui270/build/button/assets/skins/sam/button.css"/> | |
8 | -<style type="text/css"> | |
9 | -body { | |
10 | - margin:0; | |
11 | - padding:0;border:0px; | |
12 | -} | |
13 | -</style> | |
14 | -</head> | |
15 | -<body name="ancora" class="yui-skin-sam" > | |
16 | - <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> | |
17 | - <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> | |
18 | - <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Fonte dos dados</div></em></a></li> | |
19 | - <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
20 | - </ul> | |
21 | - </div> | |
22 | - <div id=geral style="left:0px;top:0px;"> | |
23 | - <div class=guiaobj id="guia1obj" style="display:block;left:0px" > | |
24 | - <div id=opc1 style=top:0px;left:5px; > | |
25 | - <div id=combot style="display:none;position:relative;top:5px;left:0px;"> | |
26 | - </div> | |
27 | - <p>Escolha os itens to tipo numérico que comporão cada parte do gráfico | |
28 | - <div id=listai class=digitar style="left:0px;top:0px;330px;height:80px;overflow:auto;display:block;">Escolha o tema para ver a lista de itens</div> | |
29 | - <br><br> | |
30 | - <div onclick="criar()" style=top:0px;left:0px;text-align:left > | |
31 | - <input id=botao1 size=35 type=button value="Criar gráficos" /> | |
32 | - </div> | |
33 | - </div> | |
34 | - <div id=men1 style=top:10px;left:5px >Marque os itens para compor as partes do gráfico: Edite os valores de cor (R,G,B) conforme o desejado. Após escolher os itens, clique em 'criar gráficos' para inserir um novo tema com os gráficos.</div> | |
35 | - </div> | |
36 | - <div class=guiaobj id="guia2obj" style="display:none;left:0px" > | |
37 | - <div id=opc2 style="display:block;top:0px;left:0px"> | |
38 | - <table summary="" class=lista2 width="90%"> | |
39 | - <tr> | |
40 | - <td>Tipo:</td> | |
41 | - <td> | |
42 | - <select id=tipo > | |
43 | - <option value='PIE'>Pizza</option> | |
44 | - <option value='BAR'>Barras</option> | |
45 | - </select> | |
46 | - </td> | |
47 | - </tr> | |
48 | - <tr> | |
49 | - <td>Largura (em pixels):</td> | |
50 | - <td><input style="cursor:text" size=4 class=digitar type='text' id=largura value='50' /></td> | |
51 | - </tr> | |
52 | - <tr> | |
53 | - <td>Altura (em pixels) - relevante apenas para o tipo 'Barras':</td> | |
54 | - <td><input style="cursor:text" size=4 class=digitar type='text' id=altura value='50' /></td> | |
55 | - </tr> | |
56 | - <tr> | |
57 | - <td>Deslocamento das fatias (em pixels) - relevante apenas para o tipo 'Pizza':</td> | |
58 | - <td><input style="cursor:text" size=4 class=digitar type='text' id=offset value='0' /></td> | |
59 | - </tr> | |
60 | - <tr> | |
61 | - <td>Cor do contorno:</td> | |
62 | - <td style=width:40% ><input style="cursor:text" size=12 class=digitar type='text' id='outlinecolor' value='0,0,0' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('outlinecolor')" /></td> | |
63 | - </tr> | |
64 | - </table> | |
65 | - </div> | |
66 | - </div> | |
67 | - <div id="resultado" style="display:none;position:relative;top:10px;left:0px;"></div> | |
68 | - </div> | |
69 | - | |
70 | -<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | |
71 | -<script language="JavaScript" type="text/javascript" src="index.js"></script> | |
72 | -</body> | |
73 | -</html> | |
74 | 0 | \ No newline at end of file |