From d660b1ed9e6a905ff20d2f3c73db521e4b642ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 17 Oct 2012 01:20:48 +0200 Subject: bug 440: clean up syntax of views. No functionality changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/11.php | 86 +++++++++++++++++++++++++++++++++------------------- pages/account/21.php | 74 ++++++++++++++++++++++++++------------------ 2 files changed, 99 insertions(+), 61 deletions(-) (limited to 'pages/account') diff --git a/pages/account/11.php b/pages/account/11.php index 4e070cb..5f94122 100644 --- a/pages/account/11.php +++ b/pages/account/11.php @@ -15,39 +15,61 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> +

- +

- + +

\n"; + } +} + +if (is_array($_SESSION['_config']['altrows'])) { + foreach ($_SESSION['_config']['altrows'] as $row) { + echo _("subjectAltName"), ": $row
\n"; + } +} +?>

+

- -:
- - -:
- - -:
-:
-:
-:
-:
-:
- - - -


- -:
- - -

-"> - -
- -

- +

+ +

\n"; + + foreach ($_SESSION['_config']['rejected'] as $row) { + echo _("Rejected"); + echo ": $row
\n"; + } +} +?>

+ + +
+

+ "> + +

+
+ +

+ +

+ - -

- -

- -:
- - -:
- -:
-:
-:
-:
-:
+ +

+

\n"; + } +} -

-"> - +if (is_array($_SESSION['_config']['altrows'])) { + foreach ($_SESSION['_config']['altrows'] as $row) { + echo _("subjectAltName"), ": $row
\n"; + } +} +echo _("Organisation"), ": {$org['O']}
\n"; +echo _("Org. Unit"), ": {$_SESSION['_config']['OU']}
\n"; +echo _("Location"), ": {$org['L']}
\n"; +echo _("State/Province"), ": {$org['ST']}
\n"; +echo _("Country"), ": {$org['C']}
\n"; +?> - -







































- - + +

+ "> + +

+ + +

+












+












+












+ + +

+
-

-- cgit v1.2.1