From 6102759b7cb9fd23f4e7fa5f12137334ff30a410 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 21 Sep 2012 08:57:29 +0200 Subject: Use echo shortcut syntax Replace all occurrences of " --- web/html/addvote.php | 20 ++++++++++---------- web/html/home.php | 16 ++++++++-------- web/html/login.php | 24 ++++++++++++------------ web/html/packages.php | 2 +- web/html/passreset.php | 18 +++++++++--------- web/html/pkgsubmit.php | 18 +++++++++--------- web/html/tu.php | 6 +++--- web/html/voters.php | 4 ++-- 8 files changed, 54 insertions(+), 54 deletions(-) (limited to 'web/html') diff --git a/web/html/addvote.php b/web/html/addvote.php index d1cd809..5575031 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -62,29 +62,29 @@ if ($atype == "Trusted User" || $atype == "Developer") { ?> -

+

-

+

-
+

- + - +

- + - +

-
+

- - " /> + + " />

diff --git a/web/html/home.php b/web/html/home.php index 8fecfd4..3050bd1 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -17,7 +17,7 @@ $dbh = db_connect();
-

AUR

+

AUR

- - + +

-

+

-

+

- : + :
- +
@@ -91,7 +91,7 @@ $dbh = db_connect();
-
+
diff --git a/web/html/login.php b/web/html/login.php index 9c6a546..ed323f8 100644 --- a/web/html/login.php +++ b/web/html/login.php @@ -13,34 +13,34 @@ if (!$DISABLE_HTTP_LOGIN || (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'])) { html_header('AUR ' . __("Login")); ?>
-

AUR

+

AUR

- ' . username_from_sid($_COOKIE["AURSID"]) . ''); ?> - [] + ' . username_from_sid($_COOKIE["AURSID"]) . ''); ?> + []

- +
- + -
+

- - + +

- - + +

- +

" /> - [] + []

diff --git a/web/html/packages.php b/web/html/packages.php index 3478ab9..094c221 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -97,7 +97,7 @@ html_header($title); ?> -

+

-

+

-

+

- + - + - +

- + -

', ''); ?>

-

+

- +
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index b2a26f7..ffbc1c9 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -436,12 +436,12 @@ html_header("Submit"); ?> -

+

-

-

+

+

-
+
- +

- +

- " /> + " />

diff --git a/web/html/tu.php b/web/html/tu.php index 084a223..5e85e78 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -116,17 +116,17 @@ if ($atype == "Trusted User" || $atype == "Developer") { $nextresult = proposal_count(); ?>
-

+

- ?off=&by='> + ?off=&by='> - +
diff --git a/web/html/voters.php b/web/html/voters.php index 41c9d6f..9cedeef 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -15,11 +15,11 @@ if ($atype == 'Trusted User' || $atype== 'Developer'): ?>
-

Votes for

+

Votes for

    -
  • +
-- cgit v1.2.3-54-g00ecf