-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathV4index.php
More file actions
executable file
·73 lines (69 loc) · 2.64 KB
/
Copy pathV4index.php
File metadata and controls
executable file
·73 lines (69 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<link rel="shortcut icon" href="favicon.ico">
<title>CATIA - IUA FUNCTION - IUAPROC - BY EMA</title>
<meta name="description" content="List, description, downloads, installations, ... of CATIA iua functions created by Ema.">
<meta name="keywords" content="CATIA IUA FUNCTIONS, list, description, downloads, installations, ... ">
<meta name="autor" content="Radek Dedecek">
<meta content="iso-8859-1" http-equiv="charset">
</head>
<body link="#d8cabe" vlink="#d8cabe" alink="#d8cabe" bgcolor="#6b6b6b">
<!-- body link="#0000FF" vlink="#0000FF" alink="#FF0000" background=Images/bg.gif -->
<?php
$logo="yes";
$link="home";
$comp="yes";
include('head.php');
?>
<center><br>
Enjoy this site. This site should sucks less than other.<br><br>
Hi all CATIA V4 users.<br>
Here's the list and description of my IUA functions.<br>
The IUA functions accelerates and facilitates jobs in the CATIA V4 (sometimes).<br>
This makes work with CATIA faster and little bit less painful.<br>
I found this to be super efficient, and extremely cool.<br><br>
<a href=Images/CATIA.gif target=new style="text-decoration:none">picture with menus and buttons</a><br><br>
The full functionality on all hardware platforms and all CATIA levels of version 4.x.x are guaranteed (mostly).
<br><br>
<a href=download.php style=text-decoration:none>The big release of functions now! See the downloads.</a>
<br>
<br>
Last Update: 9. February 2004
<br><br>
<!-- font color=green>
On-line shop is closed.<br>
Until 29.6.02 i take holiday.
</font>
<br><br -->
<!-- a href="http://www.catiasolutions.com" style="text-decoration:none"><img src=Images/CATlogo88x60.jpg width=88 height=60 border=0><br>
<small>(The Magazine for CATIA® Users)</small -->
<!-- a href="http://www.cad-portal.com" style="text-decoration:none">www.cad-portal.com</a><br>
<small>(The Internet Resource for Engineering Professionals)</small -->
<a href=index.php?action=passwd style="text-decoration:none"><small>
<font color=#709dff>b</font>
<font color=#ff5c47>o</font>
<font color=yellow>o</font>
<font color=#709dff>k</font>
<font color=#68ef53>m</font>
<font color=#ff5c47>a</font>
<font color=yellow>rk</font>
<font color=#709dff>s</font>
</small></a>
<?php
if(isset($action) && $action=="passwd"){
echo "<form action=index.php method=post>Please enter password!<input type=password size=9 name=pass></form>";
unset($action);
}
if(isset($pass)){
if($pass=="emaxx"){
unset($pass);
unset($action);
echo '<script language=JavaScript>window.location.replace("bookmarks.php");</script>';
} else {
echo "<br><small><font color=red>Password incorrect!</font></small><br>";
}
}
?>
</center>
</body>
</html>