/[drupal]/contributions/modules/reptag/reptag-dialog.tpl.php
ViewVC logotype

Contents of /contributions/modules/reptag/reptag-dialog.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Jun 4 12:21:06 2008 UTC (17 months, 3 weeks ago) by profix898
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
- task: initial version for Drupal 6
1 <div id="reptag-dialog" class="reptag-dialog">
2 <div class="reptag-dialog-bar">
3 <?php if (!empty($title)) { print $title; } ?>
4 <div class="reptag-dialog-close">
5 <a href="#" id="reptag-dialog-close">
6 <img src="<?php print base_path() . drupal_get_path('module', 'reptag') .'/images/close.png'; ?>" alt="" />
7 </a>
8 </div>
9 </div>
10 <div id="reptag-dialog-content" class="reptag-dialog-content">
11 <?php if (empty($content)) { ?>
12 <div class="reptag-dialog-load">
13 <img src="<?php print base_path() . drupal_get_path('module', 'reptag') .'/images/busy.gif'; ?>" alt="" />
14 </div>
15 <?php } else { print $content; } ?>
16 </div>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2