Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
1763e4f1
Commit
1763e4f1
authored
22 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
c23cda96
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
htdocs/main.inc.php3
+48
-23
48 additions, 23 deletions
htdocs/main.inc.php3
htdocs/theme/yellow/dolibarr.css
+5
-2
5 additions, 2 deletions
htdocs/theme/yellow/dolibarr.css
with
53 additions
and
25 deletions
htdocs/main.inc.php3
+
48
−
23
View file @
1763e4f1
...
...
@@ -56,7 +56,29 @@ $bc[1]="class=\"pair\"";
$a
=
setlocale
(
"LC_TIME"
,
"FRENCH"
);
function
top_menu
(
$head
)
{
/*
* Barre de menu suprieure
*
*
*/
function
top_menu
(
$head
)
{
}
/*
* Barre de menu gauche
*
*
*
*
*/
Function
left_menu
(
$menu
)
{
global
$conf
;
global
$user
,
$conf
,
$rtplang
;
print
$rtplang
->
lang_header
();
...
...
@@ -73,6 +95,7 @@ function top_menu($head) {
print
"</HEAD>
\n
"
;
print
'<BODY TOPMARGIN="0" BOTTOMMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">'
;
/*
* Barre superieure
*
...
...
@@ -80,8 +103,8 @@ function top_menu($head) {
print
'<TABLE class="topbarre" width="100%">'
;
print
"<
TR
>"
;
print
'<
TD
width="15%" class="menu" align="center"><A class="menu" href="/">Accueil</A></TD>'
;
print
"<
tr
>"
;
print
'<
td
width="15%" class="menu" align="center"><A class="menu" href="/">Accueil</A></TD>'
;
print
'<TD width="15%" class="menu" align="center">'
;
if
(
$user
->
comm
>
0
&&
$conf
->
commercial
)
...
...
@@ -103,7 +126,6 @@ function top_menu($head) {
print
'-'
;
}
print
'<TD width="15%" class="menu" align="center">'
;
if
(
$conf
->
produit
->
enabled
)
{
...
...
@@ -120,32 +142,30 @@ function top_menu($head) {
print
' </TD>'
;
print
'<TD width="15%" class="menu" align="center">'
.
strftime
(
" %d %B - %H:%M"
,
time
())
.
'</TD>'
;
print
'<TD width="10%" class="menu" align="center">'
.
$user
->
login
.
'</td>'
;
print
'</TR>'
;
print
'</table>'
;
print
'<td width="10%" class="menu" align="center">'
.
$user
->
login
.
'</td>'
;
print
'</tr>'
;
// print '</table>';
/*
* Table principale
*
*/
print
'<TABLE border="0" width="100%" cellspacing="0" cellpadding="3">'
;
// print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="3">';
print
'<tr><td valign="top" align="right">'
;
print
"<TR><TD valign=
\"
top
\"
align=
\"
right
\"
>"
;
}
function
left_menu
(
$menu
)
{
global
$conf
;
/*
* Colonne de gauche
*
*/
print
'<
TABLE
class="leftmenu" border="0" width="100%" cellspacing="1" cellpadding="4">'
;
print
'<
table
class="leftmenu" border="0" width="100%" cellspacing="1" cellpadding="4">'
;
for
(
$i
=
0
;
$i
<
sizeof
(
$menu
)
;
$i
++
)
{
print
"<TR><TD
class=
\
"
barre
\
"
valign=
\
"
top
\
"
>
"
;
print
'<tr><td
class="barre" valign="top">
'
;
print
'<A class="leftmenu" href="'
.
$menu
[
$i
][
0
]
.
'">'
.
$menu
[
$i
][
1
]
.
'</a>'
;
for
(
$j
=
2
;
$j
<
sizeof
(
$menu
[
$i
])
-
1
;
$j
=
$j
+
2
)
...
...
@@ -156,21 +176,21 @@ function left_menu($menu)
}
print
"<TR><TD
class=
\
"
barre
\
"
valign=
\
"
top
\
"
align=
\
"
right
\
"
>
"
;
print
'<tr><td
class="barre" valign="top" align="right">
'
;
print
'<A class="menu" href="/comm/clients.php3">Societes</A>'
;
print
'<form action="/comm/clients.php3">'
;
print
'<input type="hidden" name="mode" value="search">'
;
print
'<input type="hidden" name="mode-search" value="soc">'
;
print
'<input type="text" name="socname" size="
8
"> '
;
print
"
<input type=
\
"
submit
\
"
value=
\
"
go
\
"
>
"
;
print
"
</form>
"
;
print
'<input type="text" name="socname"
class="flat"
size="
10
"> '
;
print
'
<input type="submit
" class="flat
" value="go">
'
;
print
'
</form>
'
;
print
'<A class="menu" href="/comm/contact.php3">Contacts</A>'
;
print
'<form action="/comm/contact.php3">'
;
print
'<input type="hidden" name="mode" value="search">'
;
print
'<input type="hidden" name="mode-search" value="contact">'
;
print
"
<input type=
\
"
text
\
"
name=
\
"
contactname
\
"
size=
\"
8
\
"
>
"
;
print
"
<input type=
\
"
submit
\
"
value=
\
"
go
\
"
>
"
;
print
'
<input type="text
" class="flat
" name="contactname" size=
"10
">
'
;
print
'
<input type="submit
" class="flat
" value="go">
'
;
print
'</form>'
;
print
'</td></tr>'
;
...
...
@@ -179,11 +199,16 @@ function left_menu($menu)
*
*
*/
print
"
</
TD>
\n
<TD
valign=
\
"
top
\
"
width=
\
"
85%
\"
>
\n
"
;
print
'
</
td><td
valign="top" width="85%
" colspan="6">'
;
}
/*
* Impression du pied de page
*
*
*
*/
function
llxFooter
(
$foot
=
''
)
{
print
"</TD></TR>"
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/theme/yellow/dolibarr.css
+
5
−
2
View file @
1763e4f1
...
...
@@ -98,7 +98,7 @@ tr.liste_titre
font-family
:
Helvetica
,
Verdana
;
font-size
:
14px
;
font-weight
:
bold
;
}
tr
.pair
tr
.pair
{
background
:
#dcdcb3
;
font-family
:
Helvetica
,
Verdana
;
font-size
:
12px
;
...
...
@@ -110,4 +110,7 @@ tr.impair
font-family
:
Helvetica
,
Verdana
;
font-size
:
12px
;
}
input
.flat
{
border
:
0
}
\ No newline at end of file
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