Browse code

Removed old templates (cherry picked from commit 6ab0539)

Benjamin Roth authored on17/08/2015 17:17:35
Showing9 changed files
1 1
deleted file mode 100644
... ...
@@ -1,29 +0,0 @@
1
-<!-- indexer::stop -->
2
-<div class="<?php echo $this->class; ?> <?php echo $this->tableless ? 'tableless' : 'tableform'; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
3
-
4
-  <?php if ($this->headline): ?>
5
-    <<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
6
-  <?php endif; ?>
7
-
8
-  <form<?php if ($this->action): ?> action="<?php echo $this->action; ?>"<?php endif; ?> id="<?php echo $this->formId; ?>" method="<?php echo $this->method; ?>" enctype="<?php echo $this->enctype; ?>"<?php echo $this->attributes; ?><?php echo $this->novalidate; ?>>
9
-    <div class="formbody">
10
-      <?php if ($this->method != 'get'): ?>
11
-        <input type="hidden" name="FORM_SUBMIT" value="<?php echo $this->formSubmit; ?>">
12
-        <input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}">
13
-        <?php if ($this->maxFileSize): ?>
14
-          <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $this->maxFileSize; ?>">
15
-        <?php endif; ?>
16
-      <?php endif; ?>
17
-      <?php echo $this->hidden; ?>
18
-      <?php if (!$this->tableless): ?>
19
-        <table>
20
-          <?php echo $this->fields; ?>
21
-        </table>
22
-      <?php else: ?>
23
-        <?php echo $this->fields; ?>
24
-      <?php endif; ?>
25
-    </div>
26
-  </form>
27
-
28
-</div>
29
-<!-- indexer::continue -->
30 0
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-	<tr class="<?php echo $this->rowClass; ?>">
3
-		<td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td>
4
-		<td class="col_1 col_last"><?php echo $this->generateWithError(); ?> <?php echo $this->generateQuestion(); ?></td>
5
-	</tr>
6
-<?php else: ?>
7
-	<div class="widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
8
-	<?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error">!</span><?php endif; ?><?php echo $this->generateLabel(); ?>
9
-	<?php echo $this->generate(); ?> <?php echo $this->generateQuestion(); ?>
10
-	</div>
11
-<?php endif; ?>
12 0
\ No newline at end of file
13 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td class="col_0 col_first">&nbsp;</td>
4
-    <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
5
-  </tr>
6
-<?php else: ?>
7
-  <div class="widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
8
-	  <?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error">!</span><?php endif; ?><?php echo $this->generate(); ?>
9
-  </div>
10
-<?php endif; ?>
11 0
\ No newline at end of file
12 1
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td colspan="2" class="colspan explanation"><?php echo $this->generate(); ?></td>
4
-  </tr>
5
-<?php else: ?>
6
-	<div class="explanation widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
7
-    <?php echo $this->generate(); ?>
8
-  </div>
9
-<?php endif; ?>
10 0
\ No newline at end of file
11 1
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td colspan="2" class="colspan headline"><?php echo $this->generate(); ?></td>
4
-  </tr>
5
-<?php else: ?>
6
-  <div class="headline widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
7
-    <?php echo $this->generate(); ?>
8
-  </div>
9
-<?php endif; ?>
10 0
\ No newline at end of file
11 1
deleted file mode 100644
... ...
@@ -1,19 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-	<tr class="<?php echo $this->rowClass; ?>">
3
-		<td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td>
4
-		<td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
5
-	</tr>
6
-	<tr class="<?php echo $this->rowClassConfirm; ?>">
7
-		<td class="col_0 col_first"><?php echo $this->generateConfirmationLabel(); ?></td>
8
-		<td class="col_1 col_last"><?php echo $this->generateConfirmation(); ?></td>
9
-	</tr>
10
-<?php else: ?>
11
-	<div class="widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
12
-	<?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error">!</span><?php endif; ?><?php echo $this->generateLabel(); ?>
13
-	<?php echo $this->generate(); ?>
14
-	</div>
15
-	<div class="widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
16
-	<?php echo $this->generateConfirmationLabel(); ?>
17
-	<?php echo $this->generateConfirmation(); ?>
18
-	</div>
19
-<?php endif; ?>
20 0
\ No newline at end of file
21 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td class="col_0 col_first">&nbsp;</td>
4
-    <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
5
-  </tr>
6
-<?php else: ?>
7
-  <div class="widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
8
-	  <?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error">!</span><?php endif; ?><?php echo $this->generate(); ?>
9
-  </div>
10
-<?php endif; ?>
11 0
\ No newline at end of file
12 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td class="col_0 col_first">&nbsp;</td>
4
-    <td class="col_1 col_last"><div class="submit_container"><?php echo $this->generate(); ?></div></td>
5
-  </tr>
6
-<?php else: ?>
7
-  <div class="submit_container widget<?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>">
8
-    <?php echo $this->generate(); ?>
9
-  </div>
10
-<?php endif; ?>
11 0
\ No newline at end of file
12 1
deleted file mode 100644
... ...
@@ -1,12 +0,0 @@
1
-<?php //dump($this); ?>
2
-<?php if (!$this->tableless): ?>
3
-  <tr class="<?php echo $this->rowClass; ?>">
4
-    <td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td>
5
-    <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
6
-  </tr>
7
-<?php else: ?>
8
-<div class="widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
9
-  <?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error; contentAsHTML: true;">?</span><?php endif; ?><?php echo $this->generateLabel(); ?>
10
-  <?php echo $this->generate(); ?>
11
-</div>
12
-<?php endif; ?>
13 0
\ No newline at end of file