Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
framadate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Nounous
framadate
Commits
75e21b48
Commit
75e21b48
authored
11 years ago
by
pyg77
Browse files
Options
Downloads
Patches
Plain Diff
./studs.php
parent
356f88f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
framanav
+1
-0
1 addition, 0 deletions
framanav
index.php
+1
-0
1 addition, 0 deletions
index.php
studs.php
+2
-2
2 additions, 2 deletions
studs.php
with
4 additions
and
2 deletions
framanav
@
24d503e3
Subproject commit 24d503e3e56e9fa095a2cee17576f6f0cb518fcc
This diff is collapsed.
Click to expand it.
index.php
+
1
−
0
View file @
75e21b48
...
...
@@ -88,6 +88,7 @@ echo '</div>';
echo
'<div style="clear:both;"></div>'
.
"
\n
"
;
echo
'</div>'
.
"
\n
"
;
//bandeau de pied
//sur_bandeau_pied();
...
...
This diff is collapsed.
Click to expand it.
studs.php
+
2
−
2
View file @
75e21b48
...
...
@@ -539,7 +539,7 @@ echo '</tbody>'."\n".'<tfoot>'."\n";
echo
'<tr>'
.
"
\n
"
;
echo
'<td align="right">'
;
// si on a plus de 8 colonnes, on affiche un second bouton "valider mes choix"
echo
(
$nbcolonnes
>
8
)
?
'<input type="
button
" name="boutonp" value="Valider mes choix" class="btn btn-success btn-mini" style="margin-right:50px">'
:
""
;
echo
(
$nbcolonnes
>
8
)
?
'<input type="
submit
" name="boutonp" value="Valider mes choix" class="btn btn-success btn-mini" style="margin-right:50px">'
:
""
;
echo
_
(
"Addition"
)
.
'</td>'
.
"
\n
"
;
for
(
$i
=
0
;
$i
<
$nbcolonnes
;
$i
++
)
{
...
...
@@ -651,7 +651,7 @@ echo _("Name") .' : ';
echo
'<input type="text" name="commentuser" maxlength="64" value="'
.
$nom
.
'" /><br>'
.
"
\n
"
;
echo
'<textarea name="comment" rows="2" cols="40"></textarea>'
.
"
\n
"
;
echo
'<input type="
button
" name="ajoutcomment" value="Ajouter un commentaire" class="btn btn-success" alt="Valider"><br>'
.
"
\n
"
;
echo
'<input type="
submit
" name="ajoutcomment" value="Ajouter un commentaire" class="btn btn-success" alt="Valider"><br>'
.
"
\n
"
;
echo
'</form>'
.
"
\n
"
;
// Focus javascript sur la case de texte du formulaire
echo
'<script type="text/javascript">'
.
"
\n
"
.
'document.formulaire.commentuser.focus();'
.
"
\n
"
.
'</script>'
.
"
\n
"
;
...
...
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