Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
98a6553b
Commit
98a6553b
authored
Jul 18, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
7c8b9828
d2f8c699
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
153 additions
and
121 deletions
+153
-121
linear_algebra.xml
docs/docs/linear_algebra.xml
+4
-4
main_menu.xml
docs/docs/main_menu.xml
+87
-96
stylesheet.xsl
docs/docs/stylesheet.xsl
+62
-21
No files found.
docs/docs/linear_algebra.xml
View file @
98a6553b
...
...
@@ -42,7 +42,7 @@
<name>
Dense Matrix Tools
</name>
<item>
matrix
</item>
<item
nolink=
"true"
>
<name>
Basic
_Math_
Operators
</name>
<name>
Basic
Math
Operators
</name>
<sub>
<item>
<name>
exp
</name>
...
...
@@ -167,7 +167,7 @@
</sub>
</item>
<item
nolink=
"true"
>
<name>
Linear
_
Algebra
</name>
<name>
Linear
Algebra
</name>
<sub>
<item>
<name>
inv
</name>
...
...
@@ -290,7 +290,7 @@
</sub>
</item>
<item
nolink=
"true"
>
<name>
Sub
_Matrix_
Expressions
</name>
<name>
Sub
Matrix
Expressions
</name>
<sub>
<item>
<name>
range
</name>
...
...
@@ -400,7 +400,7 @@
</sub>
</item>
<item
nolink=
"true"
>
<name>
Other
_
Utilities
</name>
<name>
Other
Utilities
</name>
<sub>
<item>
<name>
fft
</name>
...
...
docs/docs/main_menu.xml
View file @
98a6553b
...
...
@@ -95,6 +95,14 @@
<name>
Dlib Blog
</name>
<link>
http://blog.dlib.net
</link>
</item>
<item>
<name>
Forums
</name>
<link>
https://sourceforge.net/p/dclib/discussion
</link>
</item>
<item>
<name>
Who uses dlib?
</name>
<link>
http://sourceforge.net/p/dclib/wiki/Known_users/
</link>
</item>
</web>
<item>
...
...
@@ -134,35 +142,35 @@
<name>
Examples: Python
</name>
<sub>
<item>
<name>
Video
_Object_
Tracking
</name>
<name>
Video
Object
Tracking
</name>
<link>
correlation_tracker.py.html
</link>
</item>
<item>
<name>
Face
_Landmark_
Detection
</name>
<name>
Face
Landmark
Detection
</name>
<link>
face_landmark_detection.py.html
</link>
</item>
<item>
<name>
find
_candidate_object_
locations
</name>
<name>
find
candidate object
locations
</name>
<link>
find_candidate_object_locations.py.html
</link>
</item>
<item>
<name>
Train
_Shape_
Predictor
</name>
<name>
Train
Shape
Predictor
</name>
<link>
train_shape_predictor.py.html
</link>
</item>
<item>
<name>
Face
_
Detector
</name>
<name>
Face
Detector
</name>
<link>
face_detector.py.html
</link>
</item>
<item>
<name>
Train
_Object_
Detector
</name>
<name>
Train
Object
Detector
</name>
<link>
train_object_detector.py.html
</link>
</item>
<item>
<name>
Sequence
_
Segmenter
</name>
<name>
Sequence
Segmenter
</name>
<link>
sequence_segmenter.py.html
</link>
</item>
<item>
<name>
Structural
_Support_Vector_
Machines
</name>
<name>
Structural
Support Vector
Machines
</name>
<link>
svm_struct.py.html
</link>
</item>
<item>
...
...
@@ -170,7 +178,7 @@
<link>
svm_rank.py.html
</link>
</item>
<item>
<name>
Linear
_Assignment_
Problems
</name>
<name>
Linear
Assignment
Problems
</name>
<link>
max_cost_assignment.py.html
</link>
</item>
</sub>
...
...
@@ -179,11 +187,11 @@
<name>
Examples: C++
</name>
<sub>
<item>
<name>
Linear
_Model_Predictive_
Control
</name>
<name>
Linear
Model Predictive
Control
</name>
<link>
mpc_ex.cpp.html
</link>
</item>
<item>
<name>
Video
_Object_
Tracking
</name>
<name>
Video
Object
Tracking
</name>
<link>
video_tracking_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -191,43 +199,43 @@
<link>
sqlite_ex.cpp.html
</link>
</item>
<item>
<name>
Hough
_
Transform
</name>
<name>
Hough
Transform
</name>
<link>
hough_transform_ex.cpp.html
</link>
</item>
<item>
<name>
Webcam
_Face_Pose_
Estimation
</name>
<name>
Webcam
Face Pose
Estimation
</name>
<link>
webcam_face_pose_ex.cpp.html
</link>
</item>
<item>
<name>
Linear
_Assignment_
Problems
</name>
<name>
Linear
Assignment
Problems
</name>
<link>
max_cost_assignment_ex.cpp.html
</link>
</item>
<item>
<name>
Learning
_to_
Track
</name>
<name>
Learning
to
Track
</name>
<link>
learning_to_track_ex.cpp.html
</link>
</item>
<item>
<name>
Structural
_Support_Vector_
Machines
</name>
<name>
Structural
Support Vector
Machines
</name>
<link>
svm_struct_ex.cpp.html
</link>
</item>
<item>
<name>
Sequence
_
Segmentation
</name>
<name>
Sequence
Segmentation
</name>
<link>
sequence_segmenter_ex.cpp.html
</link>
</item>
<item>
<name>
Train
_Object_
Detector
</name>
<name>
Train
Object
Detector
</name>
<link>
train_object_detector.cpp.html
</link>
</item>
<item>
<name>
One
_Class_
Classifiers
</name>
<name>
One
Class
Classifiers
</name>
<link>
one_class_classifiers_ex.cpp.html
</link>
</item>
<item>
<name>
Parallel
_For_
Loops
</name>
<name>
Parallel
For
Loops
</name>
<link>
parallel_for_ex.cpp.html
</link>
</item>
<item>
<name>
Numerical
_
Integration
</name>
<name>
Numerical
Integration
</name>
<link>
integrate_function_adapt_simp_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -239,47 +247,47 @@
<link>
bsp_ex.cpp.html
</link>
</item>
<item>
<name>
Assignment
_
Learning
</name>
<name>
Assignment
Learning
</name>
<link>
assignment_learning_ex.cpp.html
</link>
</item>
<item>
<name>
Graph
_
Labeling
</name>
<name>
Graph
Labeling
</name>
<link>
graph_labeling_ex.cpp.html
</link>
</item>
<item>
<name>
Sequence
_
Labeling
</name>
<name>
Sequence
Labeling
</name>
<link>
sequence_labeler_ex.cpp.html
</link>
</item>
<item>
<name>
Object
_
Detector
</name>
<name>
Object
Detector
</name>
<link>
object_detector_ex.cpp.html
</link>
</item>
<item>
<name>
Object
_Detector_
Advanced
</name>
<name>
Object
Detector
Advanced
</name>
<link>
object_detector_advanced_ex.cpp.html
</link>
</item>
<item>
<name>
Running
_
Stats
</name>
<name>
Running
Stats
</name>
<link>
running_stats_ex.cpp.html
</link>
</item>
<item>
<name>
Config
_File_
Reader
</name>
<name>
Config
File
Reader
</name>
<link>
config_reader_ex.cpp.html
</link>
</item>
<item>
<name>
Member
_Function_
Pointer
</name>
<name>
Member
Function
Pointer
</name>
<link>
member_function_pointer_ex.cpp.html
</link>
</item>
<item>
<name>
Empirical
_Kernel_
Map
</name>
<name>
Empirical
Kernel
Map
</name>
<link>
empirical_kernel_map_ex.cpp.html
</link>
</item>
<item>
<name>
Linear
_Manifold_
Regularizer
</name>
<name>
Linear
Manifold
Regularizer
</name>
<link>
linear_manifold_regularizer_ex.cpp.html
</link>
</item>
<item>
<name>
Kernel
_RLS_
Regression
</name>
<name>
Kernel
RLS
Regression
</name>
<link>
krls_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -291,15 +299,15 @@
<link>
least_squares_ex.cpp.html
</link>
</item>
<item>
<name>
Kernel
_RLS_
Filtering
</name>
<name>
Kernel
RLS
Filtering
</name>
<link>
krls_filter_ex.cpp.html
</link>
</item>
<item>
<name>
Kernel
_
Centroid
</name>
<name>
Kernel
Centroid
</name>
<link>
kcentroid_ex.cpp.html
</link>
</item>
<item>
<name>
Kernel
_K-Means_
Clustering
</name>
<name>
Kernel
K-Means
Clustering
</name>
<link>
kkmeans_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -307,11 +315,11 @@
<link>
matrix_ex.cpp.html
</link>
</item>
<item>
<name>
Matrix
_
Expressions
</name>
<name>
Matrix
Expressions
</name>
<link>
matrix_expressions_ex.cpp.html
</link>
</item>
<item>
<name>
3D
_Point_
Cloud
</name>
<name>
3D
Point
Cloud
</name>
<link>
3d_point_cloud_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -319,23 +327,23 @@
<link>
image_ex.cpp.html
</link>
</item>
<item>
<name>
FHOG
_Feature_
Extraction
</name>
<name>
FHOG
Feature
Extraction
</name>
<link>
fhog_ex.cpp.html
</link>
</item>
<item>
<name>
FHOG
_Object_
Detection
</name>
<name>
FHOG
Object
Detection
</name>
<link>
fhog_object_detector_ex.cpp.html
</link>
</item>
<item>
<name>
Face
_
Detection
</name>
<name>
Face
Detection
</name>
<link>
face_detection_ex.cpp.html
</link>
</item>
<item>
<name>
Face
_Landmark_
Detection
</name>
<name>
Face
Landmark
Detection
</name>
<link>
face_landmark_detection_ex.cpp.html
</link>
</item>
<item>
<name>
Train
_Shape_
Predictor
</name>
<name>
Train
Shape
Predictor
</name>
<link>
train_shape_predictor_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -343,87 +351,87 @@
<link>
surf_ex.cpp.html
</link>
</item>
<item>
<name>
Rank
_
Features
</name>
<name>
Rank
Features
</name>
<link>
rank_features_ex.cpp.html
</link>
</item>
<item>
<name>
Relevance
_Vector_
Regression
</name>
<name>
Relevance
Vector
Regression
</name>
<link>
rvm_regression_ex.cpp.html
</link>
</item>
<item>
<name>
Relevance
_Vector_
Classification
</name>
<name>
Relevance
Vector
Classification
</name>
<link>
rvm_ex.cpp.html
</link>
</item>
<item>
<name>
Kernel
_Ridge_
Regression
</name>
<name>
Kernel
Ridge
Regression
</name>
<link>
krr_regression_ex.cpp.html
</link>
</item>
<item>
<name>
KRR
_
Classification
</name>
<name>
KRR
Classification
</name>
<link>
krr_classification_ex.cpp.html
</link>
</item>
<item>
<name>
Nu-Support
_Vector_
Machine
</name>
<name>
Nu-Support
Vector
Machine
</name>
<link>
svm_ex.cpp.html
</link>
</item>
<item>
<name>
C-Support
_Vector_
Machine
</name>
<name>
C-Support
Vector
Machine
</name>
<link>
svm_c_ex.cpp.html
</link>
</item>
<item>
<name>
Using
_Custom_
Kernels
</name>
<name>
Using
Custom
Kernels
</name>
<link>
using_custom_kernels_ex.cpp.html
</link>
</item>
<item>
<name>
Support
_Vector_
Regression
</name>
<name>
Support
Vector
Regression
</name>
<link>
svr_ex.cpp.html
</link>
</item>
<item>
<name>
Multiclass
_
Classification
</name>
<name>
Multiclass
Classification
</name>
<link>
multiclass_classification_ex.cpp.html
</link>
</item>
<item>
<name>
Custom
_
Trainers
</name>
<name>
Custom
Trainers
</name>
<link>
custom_trainer_ex.cpp.html
</link>
</item>
<item>
<name>
Model
_
Selection
</name>
<name>
Model
Selection
</name>
<link>
model_selection_ex.cpp.html
</link>
</item>
<item>
<name>
Online
_
SVM
</name>
<name>
Online
SVM
</name>
<link>
svm_pegasos_ex.cpp.html
</link>
</item>
<item>
<name>
Sparse
_
Vectors
</name>
<name>
Sparse
Vectors
</name>
<link>
svm_sparse_ex.cpp.html
</link>
</item>
<item>
<name>
Neural
_
Network
</name>
<name>
Neural
Network
</name>
<link>
mlp_ex.cpp.html
</link>
</item>
<item>
<name>
Bayesian
_Network_From_
Disk
</name>
<name>
Bayesian
Network From
Disk
</name>
<link>
bayes_net_from_disk_ex.cpp.html
</link>
</item>
<item>
<name>
Bayesian
_Network_
GUI
</name>
<name>
Bayesian
Network
GUI
</name>
<link>
bayes_net_gui_ex.cpp.html
</link>
</item>
<item>
<name>
Bayesian
_
Network
</name>
<name>
Bayesian
Network
</name>
<link>
bayes_net_ex.cpp.html
</link>
</item>
<item>
<name>
Std
_C++_
Allocator
</name>
<name>
Std
C++
Allocator
</name>
<link>
std_allocator_ex.cpp.html
</link>
</item>
<item>
<name>
HTTP
_
Server
</name>
<name>
HTTP
Server
</name>
<link>
server_http_ex.cpp.html
</link>
</item>
<item>
<name>
Base64
_
Encoder
</name>
<name>
Base64
Encoder
</name>
<link>
file_to_code_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -443,15 +451,15 @@
<link>
logger_ex.cpp.html
</link>
</item>
<item>
<name>
Logger
_
Advanced
</name>
<name>
Logger
Advanced
</name>
<link>
logger_ex_2.cpp.html
</link>
</item>
<item>
<name>
Logger
_Custom_
Output
</name>
<name>
Logger
Custom
Output
</name>
<link>
logger_custom_output_ex.cpp.html
</link>
</item>
<item>
<name>
XML
_
Parser
</name>
<name>
XML
Parser
</name>
<link>
xml_parser_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -459,7 +467,7 @@
<link>
threads_ex.cpp.html
</link>
</item>
<item>
<name>
Directory
_
Navigation
</name>
<name>
Directory
Navigation
</name>
<link>
dir_nav_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -475,7 +483,7 @@
<link>
queue_ex.cpp.html
</link>
</item>
<item>
<name>
Quantum
_
Computing
</name>
<name>
Quantum
Computing
</name>
<link>
quantum_computing_ex.cpp.html
</link>
</item>
<item>
...
...
@@ -487,7 +495,7 @@
<link>
pipe_ex.cpp.html
</link>
</item>
<item>
<name>
Pipe
_
2
</name>
<name>
Pipe
2
</name>
<link>
pipe_ex_2.cpp.html
</link>
</item>
<item>
...
...
@@ -495,27 +503,27 @@
<link>
timer_ex.cpp.html
</link>
</item>
<item>
<name>
Compress
_
Stream
</name>
<name>
Compress
Stream
</name>
<link>
compress_stream_ex.cpp.html
</link>
</item>
<item>
<name>
Cmd
_Line_
Parser
</name>
<name>
Cmd
Line
Parser
</name>
<link>
compress_stream_ex.cpp.html#_top
</link>
</item>
<item>
<name>
Threaded
_
Object
</name>
<name>
Threaded
Object
</name>
<link>
threaded_object_ex.cpp.html
</link>
</item>
<item>
<name>
Thread
_
Pool
</name>
<name>
Thread
Pool
</name>
<link>
thread_pool_ex.cpp.html
</link>
</item>
<item>
<name>
Thread
_
Function
</name>
<name>
Thread
Function
</name>
<link>
thread_function_ex.cpp.html
</link>
</item>
<item>
<name>
Multithreaded
_
Object
</name>
<name>
Multithreaded
Object
</name>
<link>
multithreaded_object_ex.cpp.html
</link>
</item>
</sub>
...
...
@@ -536,28 +544,11 @@
</section>
<web>
<section>
<name>
Sourceforge
</name>
<item>
<name>
Summary
</name>
<link>
http://sourceforge.net/projects/dclib/
</link>
</item>
<item>
<name>
Forums
</name>
<link>
https://sourceforge.net/p/dclib/discussion
</link>
</item>
<item>
<name>
Download dlib
</name>
<link>
http://dlib.net/files/dlib-
<current_release/>
.tar.bz2
</link>
</item>
<item>
<name>
Who uses dlib?
</name>
<link>
http://sourceforge.net/p/dclib/wiki/Known_users/
</link>
</item>
</section>
<download_button>
<name>
Download dlib
</name>
<link>
http://dlib.net/files/dlib-
<current_release/>
.tar.bz2
</link>
</download_button>
</web>
</top>
...
...
docs/docs/stylesheet.xsl
View file @
98a6553b
...
...
@@ -36,7 +36,6 @@
<xsl:variable
name=
"gray"
>
#E3E3E3
</xsl:variable>
<xsl:variable
name=
"background_color"
>
#EDF3EE
</xsl:variable>
<xsl:variable
name=
"main_width"
>
62.5em
</xsl:variable>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
...
...
@@ -286,6 +285,7 @@ function BigToggle(node)
div.entire_page_header {
width:62.5em;
height:59px;
text-align: left;
margin-top: 0.4em;
margin-left: auto;
...
...
@@ -298,6 +298,43 @@ function BigToggle(node)
margin-right: auto;
clear:both;
}
a {
text-decoration: none;
font-family: sans-serif;
}
a:hover{
text-decoration: underline;
}
a.menu{
white-space: nowrap;
}
a.sub{
cursor: pointer;
margin-left:-9px;
color: green;
}
#download_button {
font-weight: bold;
margin-left: auto;
margin-right: auto;
background-color: #e1ddda;
font-size: 14pt;
padding: 7px;
-moz-box-shadow: 2px 2px 9px #777777;
-webkit-box-shadow: 2px 2px 9px #777777;
box-shadow: 2px 2px 9px #777777;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
#download_button:hover {
text-decoration: none;
-moz-box-shadow: 1px 1px 9px #77a777;
-webkit-box-shadow: 1px 1px 9px #77a777;
box-shadow: 1px 1px 9px #77a777;
color: #007777;
}
</style>
<xsl:if
test=
"$is_chm != 'true'"
>
<script>
<!-- Google Analytics -->
...
...
@@ -430,6 +467,11 @@ function BigToggle(node)
</xsl:apply-templates>
</xsl:template>
<xsl:template
match=
"download_button"
>
<xsl:variable
name=
"linktext"
><xsl:apply-templates
select=
"link"
/></xsl:variable>
<a
href=
"{$linktext}"
id=
"download_button"
class=
"menu"
><xsl:value-of
select=
"name"
/></a>
</xsl:template>
<xsl:template
match=
"menu"
>
<xsl:param
name=
"file_name"
/>
...
...
@@ -452,15 +494,15 @@ function BigToggle(node)
<xsl:template
match=
"item"
>
<xsl:param
name=
"file_name"
/>
<li>
<li>
<xsl:choose>
<xsl:when
test=
"@nolink = 'true'"
>
<xsl:choose>
<xsl:when
test=
"name"
>
<a
onclick=
"Toggle(this)"
style=
"cursor: pointer;margin-left:-9px"
><img
src=
"plus.gif"
/><font
color=
"green"
><u><xsl:value-of
select=
"name"
/></u></font
></a>
<xsl:apply-templates
select=
"sub"
>
<xsl:with-param
name=
"file_name"
select=
"$file_name"
/>
</xsl:apply-templates>
<a
onclick=
"Toggle(this)"
class=
"sub menu"
><img
src=
"plus.gif"
/><xsl:value-of
select=
"name"
/
></a>
<xsl:apply-templates
select=
"sub"
>
<xsl:with-param
name=
"file_name"
select=
"$file_name"
/>
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates>
...
...
@@ -476,17 +518,17 @@ function BigToggle(node)
<xsl:when
test=
"link"
>
<xsl:variable
name=
"linktext"
><xsl:apply-templates
select=
"link"
/></xsl:variable>
<a
href=
"{$linktext}"
style=
"float:right"
><img
src=
"right.gif"
border=
"0"
/></a>
<a
onclick=
"Toggle(this)"
style=
"cursor: pointer;margin-left:-9px"
><img
src=
"plus.gif"
border=
"0"
/><font
color=
"green"
><u><xsl:value-of
select=
"name"
/></u></font
></a>
<xsl:apply-templates
select=
"sub"
>
<xsl:with-param
name=
"file_name"
select=
"$file_name"
/>
</xsl:apply-templates>
<a
onclick=
"Toggle(this)"
class=
"sub menu"
><img
src=
"plus.gif"
border=
"0"
/><xsl:value-of
select=
"name"
/
></a>
<xsl:apply-templates
select=
"sub"
>
<xsl:with-param
name=
"file_name"
select=
"$file_name"
/>
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
<a
href=
"{$file_name}#{name}"
style=
"float:right"
><img
src=
"down.gif"
border=
"0"
/></a>
<a
onclick=
"Toggle(this)"
style=
"cursor: pointer;"
><img
src=
"plus.gif"
border=
"0"
/><font
color=
"green"
><u><xsl:value-of
select=
"name"
/></u></font
></a>
<xsl:apply-templates
select=
"sub"
>
<xsl:with-param
name=
"file_name"
select=
"$file_name"
/>
</xsl:apply-templates>
<a
onclick=
"Toggle(this)"
class=
"sub menu"
><img
src=
"plus.gif"
border=
"0"
/><xsl:value-of
select=
"name"
/
></a>
<xsl:apply-templates
select=
"sub"
>
<xsl:with-param
name=
"file_name"
select=
"$file_name"
/>
</xsl:apply-templates>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
...
...
@@ -494,17 +536,17 @@ function BigToggle(node)
<xsl:choose>
<xsl:when
test=
"link"
>
<xsl:variable
name=
"linktext"
><xsl:apply-templates
select=
"link"
/></xsl:variable>
<a
href=
"{$linktext}"
><xsl:value-of
select=
"name"
/></a>
<a
href=
"{$linktext}"
class=
"menu"
><xsl:value-of
select=
"name"
/></a>
</xsl:when>
<xsl:otherwise>
<a
href=
"{$file_name}#{name}"
><xsl:value-of
select=
"name"
/></a>
<a
href=
"{$file_name}#{name}"
class=
"menu"
><xsl:value-of
select=
"name"
/></a>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<a
href=
"{$file_name}#{.}"
><xsl:value-of
select=
"."
/></a>
<a
href=
"{$file_name}#{.}"
class=
"menu"
><xsl:value-of
select=
"."
/></a>
</xsl:otherwise>
</xsl:choose>
</li>
...
...
@@ -549,7 +591,7 @@ function BigToggle(node)
<xsl:sort
select=
"translate(name,$lcletters, $ucletters)"
/>
<xsl:variable
name=
"checked"
select=
"@checked"
/>
<a
name =
"{name}"
>
<a
name =
"{name}"
/
>
<div
class=
"component"
>
<a
href=
"#top"
><font
size=
'2'
><center>
[top]
</center></font></a>
...
...
@@ -567,12 +609,12 @@ function BigToggle(node)
<xsl:when
test=
"spec_file/@link = 'true'"
>
<BR/>
<b><a
href=
"{spec_file}.html#{name}"
>
<font
style=
'font-size:1.
4
em'
>
Detailed Documentation
</font></a></b>
<font
style=
'font-size:1.
6
em'
>
Detailed Documentation
</font></a></b>
</xsl:when>
<xsl:otherwise>
<BR/>
<b><a
href=
"{spec_file}.html"
>
<font
style=
'font-size:1.
4
em'
>
Detailed Documentation
</font></a></b>
<font
style=
'font-size:1.
6
em'
>
Detailed Documentation
</font></a></b>
</xsl:otherwise>
</xsl:choose>
</xsl:if>
...
...
@@ -631,7 +673,6 @@ function BigToggle(node)
messing up the space between these div blocks -->
<center></center>
</div>
</a>
</xsl:for-each>
</xsl:template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment