Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN Access Check - Account manager
Commits
6458ed3f
Commit
6458ed3f
authored
4 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
move buttons out of tables
parent
fd587696
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/web/edugain/create_accounts.tt2.html
+20
-24
20 additions, 24 deletions
templates/web/edugain/create_accounts.tt2.html
templates/web/renater/create_accounts.tt2.html
+20
-24
20 additions, 24 deletions
templates/web/renater/create_accounts.tt2.html
with
40 additions
and
48 deletions
templates/web/edugain/create_accounts.tt2.html
+
20
−
24
View file @
6458ed3f
...
...
@@ -19,30 +19,26 @@
[% FOREACH account IN accounts %]
[% template = account.profile() _ '.tt2' %]
[% PROCESS $template scope=account.scope() id=account.id() | trim %]
<div
class=
"small-12 medium-6 large-4 columns"
>
<div
class=
"account"
>
<table>
<caption>
[% lh.maketext("Account profile: [_1]", account.profile()) %]
</caption>
<tr>
<td><strong>
[% lh.maketext("user name:") %]
</strong></td>
<td>
user[% account.id() %]
</td>
</tr>
<tr>
<td><strong>
[% lh.maketext("password:") %]
</strong></td>
<td>
[% account.password() %]
</td>
</tr>
<tr>
<td
colspan=
"2"
>
<strong>
[% lh.maketext("comment:") %]
</strong>
<div
class=
"comment"
>
[% description.${lh.language_tag()} %]
</div>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"text-center"
>
<button
data-open=
"account_details_[% account.id() %]"
class=
"button show_account_details"
id=
"show_account_details_[% account.id() %]"
>
[% lh.maketext("show details") %]
</button>
</td>
</tr>
</table>
<div
class=
"account small-12 medium-6 large-4 columns"
>
<table>
<caption>
[% lh.maketext("Account profile: [_1]", account.profile()) %]
</caption>
<tr>
<td><strong>
[% lh.maketext("user name:") %]
</strong></td>
<td>
user[% account.id() %]
</td>
</tr>
<tr>
<td><strong>
[% lh.maketext("password:") %]
</strong></td>
<td>
[% account.password() %]
</td>
</tr>
<tr>
<td
colspan=
"2"
>
<strong>
[% lh.maketext("comment:") %]
</strong>
<div
class=
"comment"
>
[% description.${lh.language_tag()} %]
</div>
</td>
</tr>
</table>
<div
class=
"text-center"
>
<button
data-open=
"account_details_[% account.id() %]"
id=
"show_account_details_[% account.id() %]"
>
[% lh.maketext("show details") %]
</button>
</div>
</div>
<div
class=
"reveal"
data-reveal
id=
"account_details_[% account.id() %]"
>
...
...
This diff is collapsed.
Click to expand it.
templates/web/renater/create_accounts.tt2.html
+
20
−
24
View file @
6458ed3f
...
...
@@ -21,30 +21,26 @@
[% FOREACH account IN accounts %]
[% template = account.profile() _ '.tt2' %]
[% PROCESS $template scope=account.scope() id=account.id() | trim %]
<div
class=
"small-12 medium-6 large-4 columns"
>
<div
class=
"account"
>
<table>
<caption>
[% lh.maketext("Account profile: [_1]", account.profile()) %]
</caption>
<tr>
<td><strong>
[% lh.maketext("user name:") %]
</strong></td>
<td>
user[% account.id() %]
</td>
</tr>
<tr>
<td><strong>
[% lh.maketext("password:") %]
</strong></td>
<td>
[% account.password() %]
</td>
</tr>
<tr>
<td
colspan=
"2"
>
<strong>
[% lh.maketext("comment:") %]
</strong>
<div
class=
"comment"
>
[% description.${lh.language_tag()} %]
</div>
</td>
</tr>
<tr>
<td
colspan=
"2"
class=
"text-center"
>
<button
data-open=
"account_details_[% account.id() %]"
class=
"button show_account_details"
id=
"show_account_details_[% account.id() %]"
>
[% lh.maketext("show details") %]
</button>
</td>
</tr>
</table>
<div
class=
"account small-12 medium-6 large-4 columns"
>
<table>
<caption>
[% lh.maketext("Account profile: [_1]", account.profile()) %]
</caption>
<tr>
<td><strong>
[% lh.maketext("user name:") %]
</strong></td>
<td>
user[% account.id() %]
</td>
</tr>
<tr>
<td><strong>
[% lh.maketext("password:") %]
</strong></td>
<td>
[% account.password() %]
</td>
</tr>
<tr>
<td
colspan=
"2"
>
<strong>
[% lh.maketext("comment:") %]
</strong>
<div
class=
"comment"
>
[% description.${lh.language_tag()} %]
</div>
</td>
</tr>
</table>
<div
class=
"text-center"
>
<button
data-open=
"account_details_[% account.id() %]"
id=
"show_account_details_[% account.id() %]"
>
[% lh.maketext("show details") %]
</button>
</div>
</div>
<div
class=
"reveal"
data-reveal
id=
"account_details_[% account.id() %]"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment