Lines 1-6
Link Here
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD Xhtml 1.0 Transitional//EN" |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD Xhtml 1.0 Transitional//EN" |
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 |
<html lang="[% lang %]" xml:lang="[% lang %]" [% IF ( bidi ) %]dir="[% bidi %]"[% END %] xmlns="http://www.w3.org/1999/xhtml"> |
3 |
[% IF ( bidi ) %] |
|
|
4 |
<html lang="[% lang %]" xml:lang="[% lang %]" dir="[% bidi %]" xmlns="http://www.w3.org/1999/xhtml"> |
5 |
[% ELSE %] |
6 |
<html lang="[% lang %]" xml:lang="[% lang %]" xmlns="http://www.w3.org/1999/xhtml"> |
7 |
[% END %] |
4 |
<head> |
8 |
<head> |
5 |
<title>Koha › Tools › Spine Labels</title> |
9 |
<title>Koha › Tools › Spine Labels</title> |
6 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
10 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 |
- |
|
|