aboutsummaryrefslogtreecommitdiff
path: root/h-source/Examples/Views/post
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:23:09 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:23:09 +0000
commit7fdac301801bc44f6fdb343187413bdfd2d5366c (patch)
tree5a18faacf0a20a781487a38cad1c305a49fe8951 /h-source/Examples/Views/post
parent7b265a7d6c39266952538ce2a05a799dabc27151 (diff)
h-source:added the driver entry for 3g-cards
Diffstat (limited to 'h-source/Examples/Views/post')
-rwxr-xr-xh-source/Examples/Views/post/form.php28
-rw-r--r--h-source/Examples/Views/post/form_associate.php19
-rwxr-xr-xh-source/Examples/Views/post/header.php16
-rwxr-xr-xh-source/Examples/Views/post/modify.php1
-rwxr-xr-xh-source/Examples/Views/post/popup.php3
-rwxr-xr-xh-source/Examples/Views/post/view.php1
6 files changed, 0 insertions, 68 deletions
diff --git a/h-source/Examples/Views/post/form.php b/h-source/Examples/Views/post/form.php
deleted file mode 100755
index 5ef5aff..0000000
--- a/h-source/Examples/Views/post/form.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<div class='mainMenu'>
- <?php echo $topMenu;?>
-</div>
-
-<?php echo $notice; ?>
-
-<div>
- <form action='<?php echo $action;?>' method='POST'>
- <table>
- <tr>
- <td>Titolo:</td>
- <td><input type='text' name='titolo' value='<?php echo $values['titolo'];?>'></td>
- </tr>
- <tr>
- <td>Autore:</td>
- <td><input type='text' name='autore' value='<?php echo $values['autore'];?>'></td>
- </tr>
- <tr>
- <td>Titolo:</td>
- <td><textarea name='testo'><?php echo $values['testo'];?></textarea></td>
- </tr>
- <?php echo $hidden;?>
- <tr>
- <td><input type='submit' name='<?php echo $submit;?>' value='salva'></td>
- </tr>
- </table>
- </form>
-</div>
diff --git a/h-source/Examples/Views/post/form_associate.php b/h-source/Examples/Views/post/form_associate.php
deleted file mode 100644
index 5794153..0000000
--- a/h-source/Examples/Views/post/form_associate.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<div class='mainMenu'>
- <?php echo $menu;?>
-</div>
-
-<?php echo $notice;?>
-
-<div>
- <form action = '<?php echo $action;?>' method = 'POST'>
-
- <select name='id_arg'>
- <?php foreach ($argomenti as $name => $value) {?>
- <option value='<?php echo $value;?>'><?php echo $name;?></option>
- <?php } ?>
- </select>
- <br />
- <input type='submit' name='associate' value='associate'>
- <input type='submit' name='dissociate' value='dissociate'>
- </form>
-</div> \ No newline at end of file
diff --git a/h-source/Examples/Views/post/header.php b/h-source/Examples/Views/post/header.php
deleted file mode 100755
index 606de2e..0000000
--- a/h-source/Examples/Views/post/header.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-
-<header>
-
-<title>prova</title>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/style.css');?>"></style>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/mainmenu.css');?>"></style>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/popupmenu.css');?>"></style>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/form.css');?>"></style>
-
-</header>
-
-<body>
-
-<div id="container">
-
diff --git a/h-source/Examples/Views/post/modify.php b/h-source/Examples/Views/post/modify.php
deleted file mode 100755
index dc948e1..0000000
--- a/h-source/Examples/Views/post/modify.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php echo $form;?> \ No newline at end of file
diff --git a/h-source/Examples/Views/post/popup.php b/h-source/Examples/Views/post/popup.php
deleted file mode 100755
index ba543a4..0000000
--- a/h-source/Examples/Views/post/popup.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class='verticalMenu'>
- <?php echo $popup; ?>
-</div> \ No newline at end of file
diff --git a/h-source/Examples/Views/post/view.php b/h-source/Examples/Views/post/view.php
deleted file mode 100755
index 3f67f2f..0000000
--- a/h-source/Examples/Views/post/view.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php echo $scaffold;?>