noalyss Version-9
xml.php
Go to the documentation of this file.
1'<!doctype html><HTML>
2<head>
3<TITLE> NOALYSS </TITLE>
4<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
5<style>
6
7#bookmark {
8 vertical-align: top;
9}
10</style>
11<script src="js/scripts.js" type="text/javascript"></script>
12</head>
13<BODY>
14<?php
15$dom=new DOMDocument(1.0,'utf-8');
16$code=$dom->createElement('code', 1);
17$content=$dom->createElement('tl_content');
18$content_in=$dom->createTextNode( '<div style="position:absolute;right:2px;margin:2px;padding:0px;"><A id="close_div" class="input_text" onclick="removeDiv(\'todo_list_div116\');">&#10761;</A></div><h2 class="title" >Note</h2><form id="todo_form_116" onsubmit="todo_list_save(116)">\n <table>\n <tr>\n <td>\n Date </td>\n \n <td>\n <input type="text" name="p_date_todo" id="p_date_todo" class="input_text" size="10" style="width:6em" value ="21.04.2014" /><img src="image/x-office-calendar.png" id="p_date_todo_trigger" style="cursor: pointer" onmouseover="this.style.background=\'red\';" onmouseout="this.style.background=\'\'" /><script type="text/javascript">Calendar.setup({inputField : "p_date_todo", // id of the input field\n ifFormat : "%d.%m.%Y", // format of the input field\n button : "p_date_todo_trigger", // trigger for the calendar (button ID)\n align : "Bl", // alignment (defaults to "Bl")\n singleClick : true\n });\n </script>\n </td>\n \n </tr>\n <tr>\n <td>\n Titre </td>\n \n <td>\n <INPUT class="input_text" TYPE="TEXT" id="p_title" NAME="p_title" VALUE="Reste a faire" SIZE="20" > & & </td>\n \n </tr>\n \n </table>\n <TEXTAREA class="itextarea" name="p_desc" id="p_desc">encoder frais banque ach 01 & 02 2014 \r\nIntérêt (546 €) pour 31/12/2013\r\n</TEXTAREA> <input type="hidden" id="gDossier" name="gDossier" value="46"> <input type="submit" class="smallbutton" value="Sauve onclick="todo_list_save(116)">\n \n</form>' );
19$content->appendChild($content_in);
20$dom->appendChild($code);
21$dom->appendChild($content);
22echo $dom->saveXml();
23
24echo date('d.m.Y');
25
26?>
27update menu_ref set me_menu = 'Favori &#10032; ' where me_code='BOOKMARK';
28&#9733;
29
30Sortie &#9094;
31<p>
32&#10144; Fleche foncé vers droite</p>
33<p>
34&#10162; fleche dans cercle
35</p>
36<p>
37&#10228; cercle traversé par flèche
38</p>
39<p>
40&#10811; Triangle avec croix
41</p>
42<p>
43&#10503; double fleche droite
44</p>
45<p>
46&#10144; fleche commençant par dégradé (IE9 NOK)
47</p>
48<p>
49 Test
50 <span id="bookmark"><img src="image/smiley.gif"></span>
51</p>
h2($p_string, $p_class="", $raw="")
Definition: ac_common.php:68
span($p_string, $p_extra='')
Definition: ac_common.php:43
p($p_string)
Definition: ac_common.php:39
td($p_string='', $p_extra='')
surround the string with td
Definition: ac_common.php:83
$opd_description style
$name size
$from_poste name
$input_from type
Definition: balance.inc.php:65
Display the calendar.
vous n
Definition: modele.inc.php:398
$content_in
Definition: xml.php:18
$dom
Definition: xml.php:15
$content
Definition: xml.php:17
$code
Definition: xml.php:16